Skip to content

Commit 816c0d9

Browse files
authored
lint
1 parent 57b72a0 commit 816c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/shared/user/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func PrepareContextForProfileBigAvatar(ctx *context.Context) {
6262
UserID: ctx.ContextUser.ID,
6363
IncludePrivate: showPrivate,
6464
ListOptions: db.ListOptions{
65-
Page: 1,
65+
Page: 1,
6666
// query one more results (without a separate counting) to see whether we need to add the "show more orgs" link
6767
PageSize: setting.UI.User.OrgPagingNum + 1,
6868
},

0 commit comments

Comments
 (0)