diff --git a/unittest.cpp b/unittest.cpp index bef0c61..09e3f7a 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -9,4 +9,4 @@ TEST_CASE("distinct positive numbers") { find_minmax({ 1,2 }, min, max); CHECK(min == 1); CHECK(max == 2); -} \ No newline at end of file +}