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

🚨 fixed a warning

This commit is contained in:
Niels Lohmann
2018-12-20 21:40:47 +01:00
parent 85849940ba
commit 45a8a093d7

View File

@ -1443,4 +1443,4 @@ TEST_CASE("items()")
CHECK(counter == 2); CHECK(counter == 2);
} }
} }
} }