From c853017be39d0dccd1e041c2f9e1b98df5d66da4 Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Wed, 19 Feb 2020 14:44:22 -0800 Subject: [PATCH] forgot nl @ eof in span_ext_tests.cpp --- tests/span_ext_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + }