From 78d3c05aa0053e46ce194294ae54d662bf0a2a76 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 5 Nov 2020 13:41:52 +0000 Subject: [PATCH] add empty line after guard clause to SysController git-svn-id: http://svn.redmine.org/redmine/trunk@20259 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/sys_controller.rb | 1 + 1 file changed, 1 insertion(+) 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