From: Toshi MARUYAMA Date: Thu, 5 Nov 2020 13:41:52 +0000 (+0000) Subject: add empty line after guard clause to SysController X-Git-Tag: 4.2.0~558 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78d3c05aa0053e46ce194294ae54d662bf0a2a76;p=redmine.git add empty line after guard clause to SysController git-svn-id: http://svn.redmine.org/redmine/trunk@20259 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/sys_controller.rb b/app/controllers/sys_controller.rb index 9d4215490..d89754d13 100644 --- a/app/controllers/sys_controller.rb +++ b/app/controllers/sys_controller.rb @@ -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