mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
Indenting fix
This commit is contained in:
parent
c713bd9a9a
commit
48cf58e739
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user