diff --git a/src/json.hpp b/src/json.hpp index 6be0a2bf1..7d2433d4b 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -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 diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 0d6e9dab2..5fa876d72 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -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