nitpick on formatting consistency
This commit is contained in:
parent
2cbcb510b5
commit
6471efd7c8
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ func runConfig(c api.Config, daemon bool) {
|
||||||
if daemon {
|
if daemon {
|
||||||
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
|
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
|
||||||
time.Sleep(time.Duration(c.Interval) * time.Second)
|
time.Sleep(time.Duration(c.Interval) * time.Second)
|
||||||
|
|
||||||
continue
|
continue
|
||||||
} else {
|
} else {
|
||||||
log.Logger.Println("Giving up.")
|
log.Logger.Println("Giving up.")
|
||||||
|
@ -52,7 +51,6 @@ func runConfig(c api.Config, daemon bool) {
|
||||||
if daemon {
|
if daemon {
|
||||||
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
|
log.Logger.Printf("Will retry in %d seconds...\n", c.Interval)
|
||||||
time.Sleep(time.Duration(c.Interval) * time.Second)
|
time.Sleep(time.Duration(c.Interval) * time.Second)
|
||||||
|
|
||||||
continue
|
continue
|
||||||
} else {
|
} else {
|
||||||
log.Logger.Print("Giving up.")
|
log.Logger.Print("Giving up.")
|
||||||
|
|
Loading…
Reference in a new issue