Skip to content

Commit 5661c58

Browse files
committed
fix import order
1 parent 3021d3a commit 5661c58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

models/migrations/v180.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
package migrations
66

77
import (
8-
jsoniter "github.com/json-iterator/go"
9-
"xorm.io/builder"
10-
"xorm.io/xorm"
11-
128
"code.gitea.io/gitea/models"
139
"code.gitea.io/gitea/modules/migrations/base"
1410
"code.gitea.io/gitea/modules/structs"
1511
"code.gitea.io/gitea/modules/util"
12+
13+
jsoniter "github.com/json-iterator/go"
14+
"xorm.io/builder"
15+
"xorm.io/xorm"
1616
)
1717

1818
func deleteMigrationCredentials(x *xorm.Engine) (err error) {

0 commit comments

Comments
 (0)