nitpick on formatting consistency

This commit is contained in:
Mike Cheng 2015-05-04 21:08:46 -04:00
parent 2cbcb510b5
commit 6471efd7c8

View file

@ -34,7 +34,6 @@ func runConfig(c api.Config, daemon bool) {
if daemon {
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
time.Sleep(time.Duration(c.Interval) * time.Second)
continue
} else {
log.Logger.Println("Giving up.")
@ -52,7 +51,6 @@ func runConfig(c api.Config, daemon bool) {
if daemon {
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
time.Sleep(time.Duration(c.Interval) * time.Second)
continue
} else {
log.Logger.Print("Giving up.")