mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 03:26:39 +02:00
Switched to Google coding style to match cpplint expectations
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
using namespace ArduinoJson;
|
||||
|
||||
class JsonObject_Serialization_Tests : public testing::Test {
|
||||
protected:
|
||||
protected:
|
||||
virtual void SetUp() { object = json.createObject(); }
|
||||
|
||||
void outputMustBe(const char *expected) {
|
||||
|
Reference in New Issue
Block a user