We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4023a commit 07bbb07Copy full SHA for 07bbb07
modules/migrations/git.go
@@ -5,8 +5,9 @@
5
package migrations
6
7
import (
8
- "code.gitea.io/gitea/modules/migrations/base"
9
"context"
+
10
+ "code.gitea.io/gitea/modules/migrations/base"
11
)
12
13
var (
0 commit comments