mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
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