mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Fixed cpplint warnings
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
using namespace ArduinoJson;
|
||||
|
||||
class IntegrationTests : public testing::TestWithParam<const char*> {
|
||||
const static size_t MAX_JSON_SIZE = 10000;
|
||||
static const size_t MAX_JSON_SIZE = 10000;
|
||||
|
||||
protected:
|
||||
virtual void SetUp() {
|
||||
|
||||
Reference in New Issue
Block a user