1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🎨 cleanup after #1228

This commit is contained in:
Niels Lohmann
2018-09-09 18:19:33 +02:00
parent d3428b35c5
commit ebb3c03293
3 changed files with 6 additions and 6 deletions

View File

@ -317,8 +317,8 @@ TEST_CASE("object inspection")
SECTION("round trips")
{
for (const auto& s :
{"3.141592653589793", "1000000000000000010E5"
})
{"3.141592653589793", "1000000000000000010E5"
})
{
json j1 = json::parse(s);
std::string s1 = j1.dump();