diff --git a/tests/span_ext_tests.cpp b/tests/span_ext_tests.cpp index 7b751e7..bd256a8 100644 --- a/tests/span_ext_tests.cpp +++ b/tests/span_ext_tests.cpp @@ -357,4 +357,4 @@ TEST(span_ext_test, make_span_from_array_constructor) EXPECT_TRUE(s2 >= s1); EXPECT_FALSE(s1 >= s2); } - } \ No newline at end of file + }