From a61d6222c7e6a4f3c2ef774523d59f7010b48ca5 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sun, 29 Oct 2023 00:22:56 -0400 Subject: [PATCH] Minor reformat --- Testing/TableTest.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Testing/TableTest.h b/Testing/TableTest.h index b6e8997..a3d61ad 100644 --- a/Testing/TableTest.h +++ b/Testing/TableTest.h @@ -58,8 +58,7 @@ namespace Alepha::Hydrogen::Testing ::detail:: table_test } template< OutputMode outputMode, typename T > - void - printDebugging( const T &witness, const T &expected ); + void printDebugging( const T &witness, const T &expected ); template< Aggregate Agg, typename ... Args > struct TupleSneak