Skip to content

Commit e8f32cb

Browse files
committed
fix import order
1 parent 0f50a58 commit e8f32cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_label.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"strings"
1313

1414
api "code.gitea.io/gitea/modules/structs"
15-
"xorm.io/builder"
1615

1716
"github.com/go-xorm/xorm"
17+
"xorm.io/builder"
1818
)
1919

2020
var labelColorPattern = regexp.MustCompile("#([a-fA-F0-9]{6})")

0 commit comments

Comments
 (0)