From 9e723360c72afe9679754acebc4c2bf2dc13030c Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Sat, 19 Feb 2022 09:44:22 -0500 Subject: [PATCH] fix No newline at end of file error by clang --- test/src/unit-bjdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-bjdata.cpp b/test/src/unit-bjdata.cpp index fb8e20bab..eb6eec788 100644 --- a/test/src/unit-bjdata.cpp +++ b/test/src/unit-bjdata.cpp @@ -3271,4 +3271,4 @@ TEST_CASE("BJData roundtrips" * doctest::skip()) } } } -#endif \ No newline at end of file +#endif