Skip to content

Commit 610ae06

Browse files
techknowlogicklunny
authored andcommitted
make fmt
1 parent ab84be0 commit 610ae06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

routers/web/explore/user.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ const (
2424
)
2525

2626
// UserSearchDefaultSortType is the default sort type for user search
27-
const UserSearchDefaultSortType = "recentupdate"
28-
const UserSearchDefaultAdminSort = "alphabetically"
27+
const (
28+
UserSearchDefaultSortType = "recentupdate"
29+
UserSearchDefaultAdminSort = "alphabetically"
30+
)
2931

3032
var nullByte = []byte{0x00}
3133

0 commit comments

Comments
 (0)