forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -53,4 +53,4 @@ TEST(JsonParser_Nested_Tests, ObjectNestedInArray) {
|
||||
EXPECT_EQ(2, object1["b"].as<int>());
|
||||
EXPECT_EQ(3, object2["c"].as<int>());
|
||||
EXPECT_EQ(4, object2["d"].as<int>());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user