From 35754fc4c1245fb1bfe7cfa15e9186b3ebda97e6 Mon Sep 17 00:00:00 2001 From: Jorge Luis Betancourt Date: Sat, 18 Jul 2020 16:30:25 +0200 Subject: [PATCH] formatting: remove extra line --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 2796e02..cc043f3 100644 --- a/main.go +++ b/main.go @@ -102,7 +102,6 @@ func RegisterAppHandlers(mux *http.ServeMux) { mux.HandleFunc("/", indexHandler) mux.HandleFunc(APIPath, apiHandler) - } func main() {