Skip to content

Commit 161ef15

Browse files
Update format
1 parent 15445ae commit 161ef15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

unittest.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)