From 7b962dff98871470b6498f6c2350a761ea15271f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 3 Jan 2021 13:58:08 +0100 Subject: [PATCH] Nits --- dnscrypt-proxy/resolve.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnscrypt-proxy/resolve.go b/dnscrypt-proxy/resolve.go index 6e58e338..789b6faf 100644 --- a/dnscrypt-proxy/resolve.go +++ b/dnscrypt-proxy/resolve.go @@ -134,8 +134,6 @@ func Resolve(server string, name string, singleResolver bool) { } } } - } else { - fmt.Println("Multiple resolvers have been configured; this is just one one of them.") } fmt.Println("") @@ -347,4 +345,6 @@ cname: fmt.Println(strings.Join(txt, ", ")) } } + + fmt.Println("") }