mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 14:22:14 +00:00
🚨 fix linter errors
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user