mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Fixed remaining cpplint warnings
This commit is contained in:
@@ -48,7 +48,7 @@ class JsonArray : public Internals::JsonPrintable<JsonArray>,
|
||||
|
||||
private:
|
||||
// constructor is private: instance must be created via a JsonBuffer
|
||||
JsonArray(JsonBuffer *buffer) : List(buffer) {}
|
||||
explicit JsonArray(JsonBuffer *buffer) : List(buffer) {}
|
||||
|
||||
static JsonArray _invalid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user