🚨 fix linter errors

parent c0ae88bf
......@@ -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 {};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment