Skip to content

Commit 41f33ba

Browse files
committed
remove unneccessary line
1 parent 801758b commit 41f33ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/repo/view.go

-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ func renderCode(ctx *context.Context) {
313313
if len(ctx.Repo.Repository.Description) > 0 {
314314
title += ": " + ctx.Repo.Repository.Description
315315
}
316-
317316
ctx.Data["Title"] = title
318317
ctx.Data["RequireHighlightJS"] = true
319318

0 commit comments

Comments
 (0)