Remove redundant semicolon.

This commit is contained in:
xenolf 2015-12-06 23:14:22 +01:00
parent 2a9875b220
commit 1573f13fac

View file

@ -189,7 +189,7 @@ func renew(c *cli.Context) {
} }
if int(expTime.Sub(time.Now()).Hours() / 24.0) <= c.Int("days") { if int(expTime.Sub(time.Now()).Hours() / 24.0) <= c.Int("days") {
continue; continue
} }
} }