Browse Source

[2209] style: combine two short lines

JINMEI Tatuya 12 years ago
parent
commit
6ead8f2bc2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/datasrc/tests/client_list_unittest.cc

+ 1 - 2
src/lib/datasrc/tests/client_list_unittest.cc

@@ -1035,8 +1035,7 @@ TYPED_TEST(ReloadTest, reloadMasterFile) {
     f << "nosuchdomain.\t\t3600\tIN\tTXT\ttest" << std::endl;
     f.close();
     // Do the reload.
-    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED,
-              this->doReload(Name(".")));
+    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED, this->doReload(Name(".")));
     // It is here now.
     EXPECT_EQ(ZoneFinder::SUCCESS,
               this->list_->find(Name(".")).finder_->find(Name("nosuchdomain"),