[Reform] Apply Coding Style
authorreview-bot <reviewbot@samsung.com>
Fri, 5 Feb 2021 06:32:33 +0000 (15:32 +0900)
committer연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jungh.yeon@samsung.com>
Sat, 6 Feb 2021 08:59:48 +0000 (17:59 +0900)
test/unit_tests/test_socket.cc

index 3044f88..7fda631 100644 (file)
@@ -27,11 +27,9 @@ namespace ps = pkgmgr_common::socket;
 
 class SocketTest : public ::testing::Test {
  public:
-  virtual void SetUp() {
-  }
+  virtual void SetUp() {}
 
-  virtual void TearDown() {
-  }
+  virtual void TearDown() {}
 };
 
 TEST_F(SocketTest, ClientSocket) {