Skip to content

Commit 8c2f336

Browse files
committed
Fix lint
1 parent 7e208b3 commit 8c2f336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/redirect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (err ErrUserRedirectNotExist) Error() string {
2929

3030
// UserRedirect represents that a user name should be redirected to another
3131
//nolint
32-
type UserRedirect struct {
32+
type UserRedirect struct { //nolint
3333
ID int64 `xorm:"pk autoincr"`
3434
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
3535
RedirectUserID int64 // userID to redirect to

0 commit comments

Comments
 (0)