From 137367bbd70224fd574e1ab6c8999e35459cde4e Mon Sep 17 00:00:00 2001 From: Roelf-Jilling Date: Wed, 14 Nov 2018 22:23:45 +0100 Subject: [PATCH] Fix clang warning -Wnewline-eof (#741) --- tests/multi_span_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/multi_span_tests.cpp b/tests/multi_span_tests.cpp index 9c05cb4..7e3ec89 100644 --- a/tests/multi_span_tests.cpp +++ b/tests/multi_span_tests.cpp @@ -1782,4 +1782,4 @@ TEST_CASE("iterator") #ifdef CONFIRM_COMPILATION_ERRORS copy(src_span_static, dst_span_static); -#endif \ No newline at end of file +#endif