mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-16 07:19:36 +01:00
Added missing newline at end-of-file (issue #24)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* malloc-free JSON parser for Arduino
|
||||
* Benoit Blanchon 2014 - MIT License
|
||||
*/
|
||||
|
||||
#include "JsonGenerator/JsonArray.h"
|
||||
#include "JsonGenerator/JsonObject.h"
|
||||
/*
|
||||
* malloc-free JSON parser for Arduino
|
||||
* Benoit Blanchon 2014 - MIT License
|
||||
*/
|
||||
|
||||
#include "JsonGenerator/JsonArray.h"
|
||||
#include "JsonGenerator/JsonObject.h"
|
||||
|
||||
Reference in New Issue
Block a user