Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 3, 2021
1 parent 5a079a3 commit 7b962df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnscrypt-proxy/resolve.go
Expand Up @@ -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("")
Expand Down Expand Up @@ -347,4 +345,6 @@ cname:
fmt.Println(strings.Join(txt, ", "))
}
}

fmt.Println("")
}

0 comments on commit 7b962df

Please sign in to comment.