💄 cleanup
This commit is contained in:
parent
bf4d744d1a
commit
ae155c4734
2 changed files with 2 additions and 8 deletions
|
@ -1136,10 +1136,7 @@ class basic_json
|
|||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"] =
|
||||
{
|
||||
{"string", "2.1.1"},
|
||||
{"major", 2},
|
||||
{"minor", 1},
|
||||
{"patch", 1}
|
||||
{"string", "2.1.1"}, {"major", 2}, {"minor", 1}, {"patch", 1}
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -1136,10 +1136,7 @@ class basic_json
|
|||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"] =
|
||||
{
|
||||
{"string", "2.1.1"},
|
||||
{"major", 2},
|
||||
{"minor", 1},
|
||||
{"patch", 1}
|
||||
{"string", "2.1.1"}, {"major", 2}, {"minor", 1}, {"patch", 1}
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in a new issue