mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Normalize files with gofmt
This commit is contained in:
@ -11,6 +11,7 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
"code.gitea.io/git"
|
||||
"code.gitea.io/gitea/models"
|
||||
"code.gitea.io/gitea/modules/auth"
|
||||
"code.gitea.io/gitea/modules/base"
|
||||
@ -18,7 +19,6 @@ import (
|
||||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"code.gitea.io/gitea/modules/template"
|
||||
"code.gitea.io/git"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user