reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -38,7 +38,7 @@ using namespace oceanbase::share::schema;
array.push_back(item)
class ObGiPumpTest : public ::testing::Test {
public:
public:
const static int64_t TEST_PARTITION_COUNT = 5;
const static int64_t TEST_SPLIT_TASK_COUNT = 8;
@ -48,12 +48,12 @@ class ObGiPumpTest : public ::testing::Test {
virtual void TearDown();
void TestGISplitTaskCase(int64_t case_idx);
private:
private:
// disallow copy
ObGiPumpTest(const ObGiPumpTest& other);
ObGiPumpTest& operator=(const ObGiPumpTest& other);
public:
public:
// data members
ObSEArray<ObPartitionArray, 32> pkeys_array_;
ObFakePartitionServiceForGI partition_service_;