💄 cleanup

This commit is contained in:
Niels Lohmann 2017-02-26 14:45:41 +01:00
parent bf4d744d1a
commit ae155c4734
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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