mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-08 17:05:45 +02:00
chore: format code
This commit is contained in:
parent
c3b37c4e44
commit
b4c692a2bb
@ -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
|
||||
}{
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user