mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Run go fmt
This commit is contained in:
parent
d04804e8ac
commit
9da8ca987e
@ -86,7 +86,6 @@ func (h *WebUiHandler) handleWebUiRequest(w http.ResponseWriter, r *http.Request
|
|||||||
Styles: template.CSS(stylesText),
|
Styles: template.CSS(stylesText),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
w.WriteHeader(401)
|
w.WriteHeader(401)
|
||||||
loginTemplate.Execute(w, loginData)
|
loginTemplate.Execute(w, loginData)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user