mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-11-15 14:57:13 +00:00
Run gofmt
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user