chore(*): Fix formatting

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>
pull/8840/head
Marc Khouzam 5 years ago committed by Matheus Hunsche
parent 0678d7a8bf
commit 52fb109239

@ -92,7 +92,7 @@ func NewHTTPGetter(options ...Option) (Getter, error) {
func (g *HTTPGetter) httpClient() (*http.Client, error) {
transport := &http.Transport{
DisableCompression: true,
Proxy: http.ProxyFromEnvironment,
Proxy: http.ProxyFromEnvironment,
}
if (g.opts.certFile != "" && g.opts.keyFile != "") || g.opts.caFile != "" {
tlsConf, err := tlsutil.NewClientTLS(g.opts.certFile, g.opts.keyFile, g.opts.caFile)

Loading…
Cancel
Save