1
0
forked from Alepha/Alepha

Fix a formatting nit.

This commit is contained in:
2024-06-11 12:01:21 -04:00
parent 940fec2926
commit e16be47994

View File

@ -10,7 +10,7 @@ namespace Alepha::Hydrogen::Testing::detail::TableTest_m
int failureCount= 0; int failureCount= 0;
for( const auto &[ comment, checker ]: tests ) for( const auto &[ comment, checker ]: tests )
{ {
const auto [result, supplement]= checker( comment ); const auto [ result, supplement ]= checker( comment );
if( result == TestResult::Failed ) if( result == TestResult::Failed )
{ {
++failureCount; ++failureCount;