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
end
end
def selected_labels(project, labelQuery)
Label.where(labelQuery.merge(project_id: project))
def selected_labels(project, label_query)
Label.where(label_query.merge(project_id: project))
end
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