Skip to content

Commit 1e9f16d

Browse files
committed
🚨 fix linter errors
1 parent c0ae88b commit 1e9f16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/unit-regression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ namespace nlohmann
185185
template <>
186186
struct adl_serializer<NonDefaultFromJsonStruct>
187187
{
188-
static NonDefaultFromJsonStruct from_json (json const&)
188+
static NonDefaultFromJsonStruct from_json (json const&) noexcept
189189
{
190190
return {};
191191
}

0 commit comments

Comments
 (0)