chore: format code

This commit is contained in:
Jason Song 2023-01-05 10:49:50 +08:00
parent c3b37c4e44
commit b4c692a2bb
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import (
// Actions settings
var (
Actions = struct {
Storage // how the created logs should be stored
Storage // how the created logs should be stored
Enabled bool
DefaultActionsURL string
}{

View File

@ -10,7 +10,6 @@ import (
actions_model "code.gitea.io/gitea/models/actions"
auth_model "code.gitea.io/gitea/models/auth"
"code.gitea.io/gitea/models/db"
user_model "code.gitea.io/gitea/models/user"
"code.gitea.io/gitea/modules/base"
"code.gitea.io/gitea/modules/log"