Fix UselessAssignment offense in projects_controller

This commit is contained in:
Luke "Jared" Bennett 2017-08-01 15:41:18 +01:00
parent 4c53ef321e
commit 3b431cc08c
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ class ProjectsController < Projects::ApplicationController
find_commits = find_refs.include? 'commits'
end
branches = []
options = {}
if find_branches