summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index fe2fcde..8fb802d 100644
--- a/main.go
+++ b/main.go
@@ -52,6 +52,5 @@ func main() {
log.Fatal(http.ListenAndServeTLS(pstr, opts.TlsCrt, opts.TlsKey, srv))
} else {
log.Fatal(http.ListenAndServe(pstr, srv))
-
}
}