reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -19,18 +19,18 @@ using namespace oceanbase::common;
|
||||
using namespace oceanbase::sql;
|
||||
|
||||
class ObExprLeastTest : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
ObExprLeastTest();
|
||||
virtual ~ObExprLeastTest();
|
||||
virtual void SetUp();
|
||||
virtual void TearDown();
|
||||
|
||||
private:
|
||||
private:
|
||||
// disallow copy
|
||||
ObExprLeastTest(const ObExprLeastTest& other);
|
||||
ObExprLeastTest& operator=(const ObExprLeastTest& other);
|
||||
|
||||
private:
|
||||
private:
|
||||
// data members
|
||||
};
|
||||
ObExprLeastTest::ObExprLeastTest()
|
||||
|
Reference in New Issue
Block a user