🚨 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 <>
|
template <>
|
||||||
struct adl_serializer<NonDefaultFromJsonStruct>
|
struct adl_serializer<NonDefaultFromJsonStruct>
|
||||||
{
|
{
|
||||||
static NonDefaultFromJsonStruct from_json (json const&)
|
static NonDefaultFromJsonStruct from_json (json const&) noexcept
|
||||||
{
|
{
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue