Commit e98617ac authored by Phil Hughes's avatar Phil Hughes

Fixed Rubocop offence with underscored var names

parent 639a0b19
...@@ -77,8 +77,8 @@ module IssuablesHelper ...@@ -77,8 +77,8 @@ module IssuablesHelper
end end
end end
def selected_labels(project, labelQuery) def selected_labels(project, label_query)
Label.where(labelQuery.merge(project_id: project)) Label.where(label_query.merge(project_id: project))
end end
private private
......
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