reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -22,12 +22,12 @@ using namespace share::schema;
|
||||
using namespace storage;
|
||||
using namespace common;
|
||||
class TestIStore : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
TestIStore();
|
||||
~TestIStore();
|
||||
virtual void SetUp();
|
||||
|
||||
protected:
|
||||
protected:
|
||||
static const int64_t TEST_ROWKEY_COLUMN_CNT = 8;
|
||||
static const int64_t TEST_COLUMN_CNT = ObExtendType - 1;
|
||||
void prepare_schema();
|
||||
|
||||
Reference in New Issue
Block a user