From 9bd5123bcf7df3ba35a9e49046380a9bd25d52a7 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:47:06 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in 589bf5f according to the output from Go fmt and Gofumpt. Details: https://github.com/gogs/gogs/pull/8105 --- internal/database/release.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/database/release.go b/internal/database/release.go index 499d569e9..4d6eefcd6 100644 --- a/internal/database/release.go +++ b/internal/database/release.go @@ -22,7 +22,7 @@ type Release struct { RepoID int64 Repo *Repository `gorm:"-" json:"-"` PublisherID int64 - Publisher *User `gorm:"-" json:"-"` + Publisher *User `gorm:"-" json:"-"` TagName string LowerTagName string Target string