reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
4
deps/oblib/unittest/rpc/test_net_client.cpp
vendored
4
deps/oblib/unittest/rpc/test_net_client.cpp
vendored
@ -17,7 +17,7 @@ using namespace oceanbase::obrpc;
|
||||
using namespace oceanbase::common;
|
||||
|
||||
class TestNetClient : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
virtual void SetUp()
|
||||
{
|
||||
client_.init();
|
||||
@ -28,7 +28,7 @@ class TestNetClient : public ::testing::Test {
|
||||
client_.destroy();
|
||||
}
|
||||
|
||||
protected:
|
||||
protected:
|
||||
ObNetClient client_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user