forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -38,4 +38,4 @@ inline size_t IndentedPrint::writeTabs() {
|
||||
for (int i = 0; i < level * tabSize; i++) n += sink->write(' ');
|
||||
|
||||
return n;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user