Skip to content

Commit 07bbb07

Browse files
committed
fix import order
1 parent 4d4023a commit 07bbb07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/migrations/git.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
package migrations
66

77
import (
8-
"code.gitea.io/gitea/modules/migrations/base"
98
"context"
9+
10+
"code.gitea.io/gitea/modules/migrations/base"
1011
)
1112

1213
var (

0 commit comments

Comments
 (0)