Skip to content

Commit 37b84b8

Browse files
committed
please linter
1 parent 069fa9d commit 37b84b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/explore/code.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
tplExploreCode base.TplName = "explore/code"
2121
)
2222

23-
// Codes render explore code page
23+
// Code render explore code page
2424
func Code(ctx *context.Context) {
2525
if !setting.Indexer.RepoIndexerEnabled {
2626
ctx.Redirect(setting.AppSubURL+"/explore", 302)

0 commit comments

Comments
 (0)