From aabd93c4bafc01cb4df72cc527ba7745cfd6252f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 30 Mar 2021 09:20:41 +0200 Subject: [PATCH] rec: Fix duplicated space in the SyncRes unit tests Co-authored-by: Josh Soref --- pdns/recursordist/test-syncres_cc6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/test-syncres_cc6.cc b/pdns/recursordist/test-syncres_cc6.cc index 8b030d852f..9810e0161f 100644 --- a/pdns/recursordist/test-syncres_cc6.cc +++ b/pdns/recursordist/test-syncres_cc6.cc @@ -508,7 +508,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished) BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished_nsec3) { - /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */ + /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */ std::unique_ptr sr; initSR(sr, true); -- 2.47.2