Skip to content

Commit 15140dc

Browse files
committed
Fix fmt
1 parent f60a40e commit 15140dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/explore/topic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// TopicSearch search for creating topic
1818
func TopicSearch(ctx *context.Context) {
1919
opts := &repo_model.FindTopicOptions{
20-
Keyword: ctx.FormString("q"),
20+
Keyword: ctx.FormString("q"),
2121
ListOptions: db.ListOptions{
2222
Page: ctx.FormInt("page"),
2323
PageSize: convert.ToCorrectPageSize(ctx.FormInt("limit")),

0 commit comments

Comments
 (0)