Commit d7a72e30 by bergquist

gofmt

parent f397d0dd
......@@ -118,11 +118,11 @@ func downloadFile(pluginName, filepath, url string) (err error) {
if r := recover(); r != nil {
retryCount++
if retryCount == 1 {
log.Debug("\nFailed downloading. Will retry once.\n")
log.Debug("\nFailed downloading. Will retry once.\n")
downloadFile(pluginName, filepath, url)
} else {
panic(r)
}
panic(r)
}
}
}()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment