Browse Source

[2108] Wrap lines

Mukund Sivaraman 12 years ago
parent
commit
fb5704f3df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 2 - 1
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -149,7 +149,8 @@ TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
 }
 
 TEST_F(MemoryClientTest, loadRRSIGs) {
-    client_->load(Name("example.org"), TEST_DATA_DIR "/example.org-rrsigs.zone");
+    client_->load(Name("example.org"),
+		  TEST_DATA_DIR "/example.org-rrsigs.zone");
     EXPECT_EQ(1, client_->getZoneCount());
 }