mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
add empty line after guard clause to SysController
git-svn-id: http://svn.redmine.org/redmine/trunk@20259 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
72c59b010b
commit
78d3c05aa0
@ -57,6 +57,7 @@ class SysController < ActionController::Base
|
|||||||
project = scope.find_by_identifier(params[:id])
|
project = scope.find_by_identifier(params[:id])
|
||||||
end
|
end
|
||||||
raise ActiveRecord::RecordNotFound unless project
|
raise ActiveRecord::RecordNotFound unless project
|
||||||
|
|
||||||
projects << project
|
projects << project
|
||||||
else
|
else
|
||||||
projects = scope.to_a
|
projects = scope.to_a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user