cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_mode.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19134 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-21 12:45:34 +00:00
parent 40ab3035ff
commit 8c4ddc0da9

View 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.
#