From 2df1702fc5e30d034afbe2a1f6bd07ce09a3a27f Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Wed, 27 Feb 2019 16:55:31 -0800 Subject: [PATCH] Add newline to end of compile only test to fix clang issue --- tests/span_compile_only.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/span_compile_only.cpp b/tests/span_compile_only.cpp index 05356dd..028cd00 100644 --- a/tests/span_compile_only.cpp +++ b/tests/span_compile_only.cpp @@ -67,4 +67,4 @@ bool bar() return ret; } -} \ No newline at end of file +}