fix(helm-lint): fmt

Signed-off-by: Isaiah Lewis <isaiah@roof12.com>
pull/31138/head
Isaiah Lewis 2 weeks ago
parent fb12b44493
commit 62e0c78ef8
No known key found for this signature in database
GPG Key ID: 37AA12928D9CE030

@ -63,7 +63,7 @@ func newHTTPURLLoader() *HTTPURLLoader {
httpLoader := HTTPURLLoader(http.Client{
Timeout: 15 * time.Second,
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: &tls.Config{},
},
})

Loading…
Cancel
Save