1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-15 14:57:13 +00:00

Run gofmt

This commit is contained in:
Umar Getagazov
2021-09-29 21:56:17 +07:00
parent 6636fc95a7
commit 33650e965c
6 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ func handlerLogout(w http.ResponseWriter, rq *http.Request) {
var (
u = user.FromRequest(rq)
can = u != nil
lc = l18n.FromRequest(rq)
lc = l18n.FromRequest(rq)
)
w.Header().Set("Content-Type", "text/html;charset=utf-8")
if can {