Ver código fonte

Indenting fix

berghauz 8 anos atrás
pai
commit
48cf58e739
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/components/imguploader/webdavuploader.go

+ 1 - 1
pkg/components/imguploader/webdavuploader.go

@@ -21,7 +21,7 @@ type WebdavUploader struct {
 }
 
 var netTransport = &http.Transport{
-  Proxy: http.ProxyFromEnvironment,
+	Proxy: http.ProxyFromEnvironment,
 	Dial: (&net.Dialer{
 		Timeout: 60 * time.Second,
 	}).Dial,