From bfc0f9c04863e81861f4490e8aa81b422b6c1f2c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:02:15 +0000 Subject: [PATCH] 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 --- internal/context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/context/context.go b/internal/context/context.go index 750132553..ab7d3ef17 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -301,7 +301,7 @@ func Contexter(store Store) flamego.Handler { flash = f } } - + c := &Context{ Context: fctx, Template: tpl,