🚨 fix linter errors
This commit is contained in:
parent
c0ae88bf50
commit
1e9f16dff0
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue