Skip to content

Commit

Permalink
Ensure code is gofmt'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe committed Dec 8, 2020
1 parent 815f13d commit fa43f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x/net/http/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewHTTPClient(o HTTPClientOptions) *http.Client {
// the http.Transport we construct below to http.ProxyFromEnvironment. To
// keep that behavior unchanged now that we added the field, we need to
// set the option if it is nil.
if o.Proxy == nil {
if o.Proxy == nil {
o.Proxy = http.ProxyFromEnvironment
}

Expand Down

0 comments on commit fa43f4e

Please sign in to comment.