Skip to content

Commit

Permalink
remove duplicate whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MKrupauskas authored and jeffbean committed Jul 24, 2024
1 parent ba19137 commit 3504d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnshostprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (o lookupTimeoutOption) apply(provider *DNSHostProvider) {
provider.lookupTimeout = o.timeout
}


// DNSHostProvider is the default HostProvider. It currently matches
// the Java StaticHostProvider, resolving hosts from DNS once during
// the call to Init. It could be easily extended to re-query DNS
Expand Down

0 comments on commit 3504d3a

Please sign in to comment.