Skip to content

Commit a31c123

Browse files
committed
update formatting in test file
1 parent b8cffe9 commit a31c123

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

homework/fibonacci/test.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ INSTANTIATE_TEST_SUITE_P(
3131
std::make_tuple(10, 55),
3232
std::make_tuple(13, 233),
3333
std::make_tuple(17, 1597),
34-
std::make_tuple(20, 6765)
35-
)
36-
);
34+
std::make_tuple(20, 6765)));

0 commit comments

Comments
 (0)