From 5ea7e5f96d1fe9e80b92abc4eac50c3c642995c9 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:06:11 +0000 Subject: [PATCH] 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 --- internal/context/context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/context/context.go b/internal/context/context.go index 90b162315..b4cfce4a7 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -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