Skip to content

Commit 1859577

Browse files
committed
fix linting error
1 parent 2f2c306 commit 1859577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/serv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func runServ(ctx context.Context, c *cli.Command) error {
246246
}
247247
}
248248

249-
//We need the uid for repo redirect lookup
249+
// We need the uid for repo redirect lookup
250250
real_user, err := user_model.GetUserByID(ctx, uid)
251251
if err == nil {
252252
username = real_user.Name

0 commit comments

Comments
 (0)