1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +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])
end
raise ActiveRecord::RecordNotFound unless project
projects << project
else
projects = scope.to_a