Commit 3b431cc0 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix UselessAssignment offense in projects_controller

parent 4c53ef32
...@@ -232,7 +232,6 @@ class ProjectsController < Projects::ApplicationController ...@@ -232,7 +232,6 @@ class ProjectsController < Projects::ApplicationController
find_commits = find_refs.include? 'commits' find_commits = find_refs.include? 'commits'
end end
branches = []
options = {} options = {}
if find_branches if find_branches
......
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