1
0
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:
Toshi MARUYAMA 2020-11-05 13:41:52 +00:00
parent 72c59b010b
commit 78d3c05aa0

View File

@ -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