From 685327f48ec45d3294f706c2df9bd8d72fdf3ab2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 9 Oct 2021 15:51:14 +0200 Subject: [PATCH] :rotating_light: fix warning --- test/src/unit-diagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-diagnostics.cpp b/test/src/unit-diagnostics.cpp index ac04179fb..98d02252e 100644 --- a/test/src/unit-diagnostics.cpp +++ b/test/src/unit-diagnostics.cpp @@ -254,4 +254,4 @@ TEST_CASE("Regression tests for extended diagnostics") json j_arr_copy = j_arr; } } -} \ No newline at end of file +}