mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-01 11:44:45 +02:00
Added empty line at end of file
This commit is contained in:
@@ -12,4 +12,4 @@ inline void *operator new(size_t, void *p) throw() { return p; }
|
|||||||
|
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -50,4 +50,4 @@ void List<T>::removeNode(node_type *nodeToRemove) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template class List<JsonPair>;
|
template class List<JsonPair>;
|
||||||
template class List<JsonVariant>;
|
template class List<JsonVariant>;
|
||||||
|
Reference in New Issue
Block a user