Skip to content

Commit 4888b61

Browse files
committed
Remove unnecessary change
1 parent 1bf9e38 commit 4888b61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/repo/contributors.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ func Contributors(ctx *context.Context) {
2121
ctx.Data["Title"] = ctx.Tr("repo.activity.navbar.contributors")
2222
ctx.Data["PageIsActivity"] = true
2323
ctx.Data["PageIsContributors"] = true
24-
2524
ctx.HTML(http.StatusOK, tplContributors)
2625
}
2726

0 commit comments

Comments
 (0)