mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-14 11:06:35 +02:00
Added newline at ed of file
This commit is contained in:
@ -27,4 +27,4 @@ TEST(JsonArray_Iterator_Test, SimpleTest) {
|
||||
EXPECT_EQ(34, (*it).as<int>()); // TODO: use ->
|
||||
++it;
|
||||
EXPECT_EQ(array.end(), it);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user