Skip to content

Commit

Permalink
clean up some unintended whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidducros committed Oct 6, 2021
1 parent 003d18a commit 47a73b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func DefaultConfig() *Config {
}

transport := config.HttpClient.Transport.(*http.Transport)

transport.TLSHandshakeTimeout = 10 * time.Second
transport.TLSClientConfig = &tls.Config{
MinVersion: tls.VersionTLS12,
Expand Down

0 comments on commit 47a73b7

Please sign in to comment.