Removed trailing whitespace from IssuableFinder

This commit is contained in:
Yorick Peterse 2015-11-11 12:49:16 +01:00
parent 45840426a7
commit c232a0f97f
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ class IssuableFinder
if project? if project?
@project = Project.find(params[:project_id]) @project = Project.find(params[:project_id])
unless Ability.abilities.allowed?(current_user, :read_project, @project) unless Ability.abilities.allowed?(current_user, :read_project, @project)
@project = nil @project = nil
end end
else else
@project = nil @project = nil
end end