From d5954c42ebe1078542371918e54c435be5aecc73 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:43:07 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in f9478a3 according to the output from Go fmt and Gofumpt. Details: https://github.com/gogs/gogs/pull/8105 --- internal/database/attachment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/database/attachment.go b/internal/database/attachment.go index 42beb989a..19b16126b 100644 --- a/internal/database/attachment.go +++ b/internal/database/attachment.go @@ -9,8 +9,8 @@ import ( "time" "github.com/cockroachdb/errors" - "gorm.io/gorm" gouuid "github.com/satori/go.uuid" + "gorm.io/gorm" "gogs.io/gogs/internal/conf" "gogs.io/gogs/internal/errutil"