From 1e9f16dff01a49b28972a3391064e5336f4ea802 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 5 Nov 2019 20:25:53 +0100 Subject: [PATCH] :rotating_light: fix linter errors --- test/src/unit-regression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index c3ae5771..5c93f1e9 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -185,7 +185,7 @@ namespace nlohmann template <> struct adl_serializer { - static NonDefaultFromJsonStruct from_json (json const&) + static NonDefaultFromJsonStruct from_json (json const&) noexcept { return {}; }