Fixed cpplint warnings

This commit is contained in:
Benoit Blanchon
2014-11-11 16:43:29 +01:00
parent 0911d8d796
commit e0ce711eb4
2 changed files with 2 additions and 2 deletions

View File

@ -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() {