Skip to content

Commit 178bd49

Browse files
committed
fix imports
1 parent 219ca5c commit 178bd49

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

routers/api/v1/user/user.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ package user
77
import (
88
"strings"
99

10-
"github.com/Unknwon/com"
11-
"github.com/gogits/gogs/pkg/markup"
12-
13-
api "code.gitea.io/sdk/gitea"
14-
1510
"code.gitea.io/gitea/models"
1611
"code.gitea.io/gitea/modules/context"
12+
"code.gitea.io/gitea/modules/markup"
13+
api "code.gitea.io/sdk/gitea"
14+
15+
"github.com/Unknwon/com"
1716
)
1817

1918
// Search search users

0 commit comments

Comments
 (0)