Commit fa48646c authored by Sean McGivern's avatar Sean McGivern Committed by Bryce Johnson

Fix code style in IssuableCollections concern

parent ae352dec
......@@ -13,7 +13,6 @@ module IssuableCollections
def set_issues_index
@collection_type = "Issue"
@issues = issues_collection
@issues = @issues.page(params[:page])
@issuable_meta_data = issuable_meta_data(@issues, @collection_type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment