]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
test-luawrapper: Remove empty line
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 9 Dec 2025 09:10:48 +0000 (10:10 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 9 Dec 2025 09:10:48 +0000 (10:10 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/test-luawrapper.cc

index b14dc3df668f65d680ec45ea8d55e75284356425..d631b85265a6e2773e2df480e3d623d5da92edaa 100644 (file)
@@ -101,7 +101,6 @@ BOOST_AUTO_TEST_CASE(test_boost_variant)
   }
 }
 
-
 BOOST_AUTO_TEST_CASE(test_std_variant)
 {
   using MyVariantType = std::variant<int, const std::string, std::string, std::string*>;