]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_mode.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 12:45:34 +0000 (12:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 12:45:34 +0000 (12:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19134 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/sudo_mode.rb

index 164819d83d98d832b30207daa93ddc6fddfb5baa..523483531ca3daeee30c53916cf5576817be1d04 100644 (file)
@@ -5,7 +5,6 @@ require 'rack/utils'
 
 module Redmine
   module SudoMode
-
     class SudoRequired < StandardError
     end
 
@@ -152,7 +151,6 @@ module Redmine
       end
 
       module ClassMethods
-
         # Handles sudo requirements for the given actions, preserving the named
         # parameters, or any parameters if you omit the :parameters option.
         #