forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -29,4 +29,4 @@ TEST(JsonObject_Iterator_Test, SimpleTest) {
|
||||
EXPECT_EQ(34, it->value().as<int>());
|
||||
++it;
|
||||
EXPECT_EQ(object.end(), it);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user