mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Switched to Google coding style to match cpplint expectations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using namespace ArduinoJson;
|
||||
|
||||
class JsonObject_Container_Tests : public ::testing::Test {
|
||||
protected:
|
||||
protected:
|
||||
virtual void SetUp() { object = json.createObject(); }
|
||||
|
||||
StaticJsonBuffer<42> json;
|
||||
|
||||
Reference in New Issue
Block a user