]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove empty trailing line
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 Oct 2025 12:28:46 +0000 (14:28 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Oct 2025 13:02:57 +0000 (15:02 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit d396b26772ac6b8a5835c81b5f665632c4c2b3cb)

pdns/dnsdistdist/test-dnsdist-lua-ffi.cc

index f489e0d8100e968826e37ba81fc3b4615e0e7b77..08032a4785e182fe6604c7a6dc9ba046aa84bccb 100644 (file)
@@ -1137,7 +1137,6 @@ BOOST_AUTO_TEST_CASE(test_set_altername_name)
 
   /* and that we can pass a tag name without a value */
   BOOST_CHECK(dnsdist_ffi_dnsquestion_set_alternate_name(&lightDQ, target.getStorage().data(), target.getStorage().size(), tag.data(), tag.size(), nullptr, 0, nullptr, 0));
-
 }
 
 BOOST_AUTO_TEST_SUITE_END();