mirror of
https://github.com/go-acme/lego.git
synced 2025-01-27 15:27:17 +02:00
Remove redundant semicolon.
This commit is contained in:
parent
2a9875b220
commit
1573f13fac
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user