From 45a8a093d75bbb71b63a6da30ecdbdf84c945a95 Mon Sep 17 00:00:00 2001
From: Niels Lohmann <mail@nlohmann.me>
Date: Thu, 20 Dec 2018 21:40:47 +0100
Subject: [PATCH] :rotating_light: fixed a warning

---
 test/src/unit-items.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/unit-items.cpp b/test/src/unit-items.cpp
index 2afcde44d..0ef493c60 100644
--- a/test/src/unit-items.cpp
+++ b/test/src/unit-items.cpp
@@ -1443,4 +1443,4 @@ TEST_CASE("items()")
             CHECK(counter == 2);
         }
     }
-}
\ No newline at end of file
+}
-- 
2.26.2