style: whitespace change

This commit is contained in:
Settel 2022-03-04 16:11:41 +01:00
parent 82817c9692
commit a74717788e

View File

@ -9,7 +9,6 @@ import (
) )
func FileHandler(w http.ResponseWriter, req *http.Request) { func FileHandler(w http.ResponseWriter, req *http.Request) {
uri := req.URL.String() uri := req.URL.String()
if uri[len(uri)-1] == '/' { if uri[len(uri)-1] == '/' {
uri += "index.html" uri += "index.html"