Commit 93e3cfec authored by blackst0ne's avatar blackst0ne

Added space indentation in models/merge_requests_closing_issues.rb

parent 1eb72a71
......@@ -8,8 +8,8 @@ class MergeRequestsClosingIssues < ActiveRecord::Base
class << self
def count_for_collection(ids)
group(:issue_id).
where(issue_id: ids).
pluck('issue_id', 'COUNT(*) as count')
where(issue_id: ids).
pluck('issue_id', 'COUNT(*) as count')
end
end
end
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