1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-04-25 10:25:32 -04:00

forgot nl @ eof in span_ext_tests.cpp

This commit is contained in:
Jordan Maples [MSFT] 2020-02-19 14:44:22 -08:00
parent 94f43d4adf
commit c853017be3

@ -357,4 +357,4 @@ TEST(span_ext_test, make_span_from_array_constructor)
EXPECT_TRUE(s2 >= s1); EXPECT_TRUE(s2 >= s1);
EXPECT_FALSE(s1 >= s2); EXPECT_FALSE(s1 >= s2);
} }
} }