Parcourir la source

[2108] Wrap lines

Mukund Sivaraman il y a 12 ans
Parent
commit
fb5704f3df
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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());
 }