forked from TrueCloudLab/lego
Remove redundant semicolon.
This commit is contained in:
parent
2a9875b220
commit
1573f13fac
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ func renew(c *cli.Context) {
|
|||
}
|
||||
|
||||
if int(expTime.Sub(time.Now()).Hours() / 24.0) <= c.Int("days") {
|
||||
continue;
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue