From 1573f13fac32660b7b0e2b8e6e4154db4515f1e8 Mon Sep 17 00:00:00 2001 From: xenolf Date: Sun, 6 Dec 2015 23:14:22 +0100 Subject: [PATCH] Remove redundant semicolon. --- cli_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli_handlers.go b/cli_handlers.go index a129fc68..09a87c84 100644 --- a/cli_handlers.go +++ b/cli_handlers.go @@ -189,7 +189,7 @@ func renew(c *cli.Context) { } if int(expTime.Sub(time.Now()).Hours() / 24.0) <= c.Int("days") { - continue; + continue } }