From: Remi Gacogne Date: Tue, 30 Mar 2021 07:20:34 +0000 (+0200) Subject: rec: Fix duplicated space in the SyncRes unit tests X-Git-Tag: dnsdist-1.6.0-rc1~43^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5b7a31e157d5a5d41d1567c22e124b8cb1974f3;p=thirdparty%2Fpdns.git rec: Fix duplicated space in the SyncRes unit tests Co-authored-by: Josh Soref --- 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);