From efc6e5e7c582c1464a84bb90feb8c61e052e3e3e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 28 Oct 2020 14:43:06 +0000 Subject: [PATCH] add empty line after guard clause to WatchersController git-svn-id: http://svn.redmine.org/redmine/trunk@20225 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/watchers_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb index ffd1e79bb..567d61f0c 100644 --- a/app/controllers/watchers_controller.rb +++ b/app/controllers/watchers_controller.rb @@ -155,6 +155,7 @@ class WatchersController < ApplicationController !w.project.visible? end end + objects end end -- 2.39.5