forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -111,4 +111,4 @@ TEST_F(JsonObject_Container_Tests, CanStoreInnerObjects) {
|
||||
|
||||
EXPECT_EQ(innerObject1, (JsonObject)object["hello"]);
|
||||
EXPECT_EQ(innerObject2, (JsonObject)object["world"]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user