🚨 fix linter errors

This commit is contained in:
Niels Lohmann 2019-11-05 20:25:53 +01:00
parent c0ae88bf50
commit 1e9f16dff0
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -185,7 +185,7 @@ namespace nlohmann
template <>
struct adl_serializer<NonDefaultFromJsonStruct>
{
static NonDefaultFromJsonStruct from_json (json const&)
static NonDefaultFromJsonStruct from_json (json const&) noexcept
{
return {};
}