File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -805,11 +805,11 @@ TEST_CASE("output_body generates a csv table containing column names and values"
805805 }
806806 table.push_back (tokens);
807807 }
808- return table;
808+ return table;
809809 };
810810
811- SECTION (" when histogram is unfolded" ){
812- params.flag_folded = false ;
811+ SECTION (" when histogram is unfolded" ) {
812+ params.flag_folded = false ;
813813 Sofos sofos{params};
814814 sofos.FinishHistogram ();
815815 output_body (str, sofos);
@@ -823,7 +823,7 @@ TEST_CASE("output_body generates a csv table containing column names and values"
823823 CHECK (table[4 ].size () == 4 );
824824 CHECK (table[5 ].size () == 4 );
825825 }
826- SECTION (" when histogram is folded" ){
826+ SECTION (" when histogram is folded" ) {
827827 params.flag_folded = true ;
828828 Sofos sofos{params};
829829 sofos.FinishHistogram ();
You can’t perform that action at this time.
0 commit comments