mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Fixed many cpplint warnings
This commit is contained in:
@@ -98,7 +98,7 @@ TEST_F(JsonObject_Serialization_Tests, OneDoubleDefaultDigits) {
|
||||
}
|
||||
|
||||
TEST_F(JsonObject_Serialization_Tests, OneNull) {
|
||||
object["key"] = (char *)0;
|
||||
object["key"] = static_cast<char *>(0);
|
||||
outputMustBe("{\"key\":null}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user