From a414e359716442e0acc7e198fbabf206303ca0a5 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 13 May 2020 12:35:11 +0200 Subject: [PATCH] :rotating_light: add newline to end of file --- test/src/unit-serialization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-serialization.cpp b/test/src/unit-serialization.cpp index 083a6d5a..2681ab53 100644 --- a/test/src/unit-serialization.cpp +++ b/test/src/unit-serialization.cpp @@ -257,4 +257,4 @@ TEST_CASE("dump with binary values") " b[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]\n" "]"); } -} \ No newline at end of file +}