Empty line removed

This commit is contained in:
Rodrigo Villablanca Vásquez 2018-05-27 16:41:24 -04:00 committed by GitHub
parent c2ba0c16f8
commit 36f687cc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,6 @@ func Issues(ctx *context.Context) {
opts.Page = page
opts.PageSize = setting.UI.IssuePagingNum
opts.Labels := ctx.Query("labels")
issues, err := models.Issues(opts)