Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Sep 24, 2019
1 parent 0f50a58 commit e8f32cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/issue_label.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"strings"

api "code.gitea.io/gitea/modules/structs"
"xorm.io/builder"

"github.com/go-xorm/xorm"
"xorm.io/builder"
)

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

0 comments on commit e8f32cb

Please sign in to comment.