Skip to content
Snippets Groups Projects
Commit 01bc01af authored by Yorick Peterse's avatar Yorick Peterse Committed by Rubén Dávila
Browse files

Removed trailing whitespace from IssuableFinder

parent 3c384784
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,10 +62,10 @@ class IssuableFinder
 
if project?
@project = Project.find(params[:project_id])
unless Ability.abilities.allowed?(current_user, :read_project, @project)
@project = nil
end
end
else
@project = nil
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment