mirror of
https://github.com/gogs/gogs.git
synced 2026-02-28 01:00:57 +01:00
style: format code with Go fmt and Gofumpt
This commit fixes the style issues introduced in 755f612 according to the output
from Go fmt and Gofumpt.
Details: https://github.com/gogs/gogs/pull/8111
This commit is contained in:
committed by
GitHub
parent
755f61295a
commit
5ea7e5f96d
@@ -49,8 +49,8 @@ type Context struct {
|
||||
Flash *FlashData
|
||||
Session session.Session
|
||||
|
||||
Resp *Resp
|
||||
Req *Req
|
||||
Resp *Resp
|
||||
Req *Req
|
||||
ResponseWriter http.ResponseWriter
|
||||
Request *http.Request
|
||||
Data template.Data
|
||||
|
||||
Reference in New Issue
Block a user