mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 11:36:36 +02: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