forked from Alepha/Alepha
Fix a formatting nit.
This commit is contained in:
@ -10,7 +10,7 @@ namespace Alepha::Hydrogen::Testing::detail::TableTest_m
|
||||
int failureCount= 0;
|
||||
for( const auto &[ comment, checker ]: tests )
|
||||
{
|
||||
const auto [result, supplement]= checker( comment );
|
||||
const auto [ result, supplement ]= checker( comment );
|
||||
if( result == TestResult::Failed )
|
||||
{
|
||||
++failureCount;
|
||||
|
Reference in New Issue
Block a user