umm...gofmt -w on common/config{,_test}.go from linux instead of windows(?)

pull/2906/head
Ali Rizvi-Santiago 8 years ago
parent 7cd5d576d9
commit 41f4dc3f3d

@ -58,7 +58,7 @@ func SupportedURL(u *url.URL) bool {
// Iterate through each downloader to see if a protocol was found.
ok := false
for scheme, _ := range cli.config.DownloaderMap {
for scheme := range cli.config.DownloaderMap {
if strings.ToLower(u.Scheme) == strings.ToLower(scheme) {
ok = true
}

Loading…
Cancel
Save