]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix formatting
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Jan 2025 10:56:14 +0000 (11:56 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 16 Jan 2025 08:51:14 +0000 (09:51 +0100)
pdns/dnsdistdist/dnsdist-rules.cc

index 5b97eba9d2f1c8ed1be2d5e61dc4212b7e505ee2..3d90c5b3a778e4d4f3b42348549dea0ee0a7fab7 100644 (file)
@@ -86,7 +86,6 @@ bool HTTPPathRule::matches(const DNSQuestion* dnsQuestion) const
   }
 #endif /* defined(HAVE_DNS_OVER_HTTP3) */
   return false;
-
 }
 
 string HTTPPathRule::toString() const