From a5b7a31e157d5a5d41d1567c22e124b8cb1974f3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 30 Mar 2021 09:20:34 +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 4d5a8c9e28..8b030d852f 100644 --- a/pdns/recursordist/test-syncres_cc6.cc +++ b/pdns/recursordist/test-syncres_cc6.cc @@ -406,7 +406,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_signed_child) BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished) { - /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) */ + /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) */ std::unique_ptr sr; initSR(sr, true); -- 2.47.2