From 4e8380097995ec01c41dbef271df368ac5af1d4b Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sun, 26 Sep 2021 11:58:09 +0200 Subject: [PATCH] gofmt --- pkg/registry/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/http.go b/pkg/registry/http.go index 273d972..7bfbf44 100644 --- a/pkg/registry/http.go +++ b/pkg/registry/http.go @@ -28,7 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool, MaxIdleConns: 100, IdleConnTimeout: 3 * time.Second, DisableCompression: true, - Proxy: http.ProxyFromEnvironment, + Proxy: http.ProxyFromEnvironment, } if skipTLS {