mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 17:27:07 +08:00
🚨 fix linter errors
This commit is contained in:
parent
c0ae88bf50
commit
1e9f16dff0
@ -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 New Issue
Block a user