reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -83,7 +83,7 @@ void generate_plan(TestSqlCtx& test_sql_ctx, const char* query, ParamStore& para
|
||||
}
|
||||
|
||||
class TestPCVSet : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
TestPCVSet()
|
||||
{}
|
||||
virtual ~TestPCVSet()
|
||||
@ -93,7 +93,7 @@ class TestPCVSet : public ::testing::Test {
|
||||
void TearDown()
|
||||
{}
|
||||
|
||||
private:
|
||||
private:
|
||||
// disallow copy
|
||||
TestPCVSet(const TestPCVSet& other);
|
||||
TestPCVSet& operator=(const TestPCVSet& other);
|
||||
|
Reference in New Issue
Block a user