From daf4b2b1a2c817aafdd9401bcafeabbea8590140 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Fri, 9 Jul 2021 22:19:46 +0200 Subject: [PATCH] gofmt --- serve_https.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serve_https.go b/serve_https.go index 9504328..b4c09cc 100644 --- a/serve_https.go +++ b/serve_https.go @@ -41,8 +41,8 @@ func serveHTTPS(w http.ResponseWriter, r *http.Request) (int, int64, string) { // Do we have a custom CSS file? If so, we use this instead. if css, found := customCSS[r.URL.Hostname()]; found { - w.Write(css) - return status, int64(len(css)), "" + w.Write(css) + return status, int64(len(css)), "" } // Default CSS