]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to WatchersController
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:06 +0000 (14:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:06 +0000 (14:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20225 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/watchers_controller.rb

index ffd1e79bbbd74e45e02500872570648abe1e4522..567d61f0c38e5fcfc25c0e63997a39914343c5a8 100644 (file)
@@ -155,6 +155,7 @@ class WatchersController < ApplicationController
         !w.project.visible?
       end
     end
+
     objects
   end
 end