From: Toshi MARUYAMA Date: Wed, 28 Oct 2020 14:43:06 +0000 (+0000) Subject: add empty line after guard clause to WatchersController X-Git-Tag: 4.2.0~592 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=efc6e5e7c582c1464a84bb90feb8c61e052e3e3e;p=redmine.git add empty line after guard clause to WatchersController git-svn-id: http://svn.redmine.org/redmine/trunk@20225 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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