summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-10-28 14:43:06 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-10-28 14:43:06 +0000
commitefc6e5e7c582c1464a84bb90feb8c61e052e3e3e (patch)
treeb831ea20735999d1dc22fa8861df5b5667a7ff3b /app
parent49652914e342932e454dd9131fab2578fdb796b8 (diff)
downloadredmine-efc6e5e7c582c1464a84bb90feb8c61e052e3e3e.tar.gz
redmine-efc6e5e7c582c1464a84bb90feb8c61e052e3e3e.zip
add empty line after guard clause to WatchersController
git-svn-id: http://svn.redmine.org/redmine/trunk@20225 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/controllers/watchers_controller.rb1
1 files changed, 1 insertions, 0 deletions
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