mirror of
https://github.com/gogs/gogs.git
synced 2026-02-27 16:50:58 +01:00
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
This commit is contained in:
committed by
GitHub
parent
589bf5f532
commit
9bd5123bcf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user