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:
deepsource-autofix[bot]
2026-01-25 12:02:15 +00:00
committed by GitHub
parent da641a81f0
commit bfc0f9c048

View File

@@ -301,7 +301,7 @@ func Contexter(store Store) flamego.Handler {
flash = f
}
}
c := &Context{
Context: fctx,
Template: tpl,