mirror of
https://github.com/gogs/gogs.git
synced 2026-07-28 17:18:49 +02:00
style: format code with Go fmt and Gofumpt
This commit fixes the style issues introduced in da641a8 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
da641a81f0
commit
bfc0f9c048
@@ -301,7 +301,7 @@ func Contexter(store Store) flamego.Handler {
|
||||
flash = f
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
c := &Context{
|
||||
Context: fctx,
|
||||
Template: tpl,
|
||||
|
||||
Reference in New Issue
Block a user