summaryrefslogtreecommitdiffstats
path: root/lib/redmine/sudo_mode.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 12:45:34 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 12:45:34 +0000
commit8c4ddc0da9607ca12224da127b0f14a924335b75 (patch)
tree2034d2a941824741e8cc7245d8dc0bf651f9f378 /lib/redmine/sudo_mode.rb
parent40ab3035ffc06552b575243cbea6e14d1d5aeb82 (diff)
downloadredmine-8c4ddc0da9607ca12224da127b0f14a924335b75.tar.gz
redmine-8c4ddc0da9607ca12224da127b0f14a924335b75.zip
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
Diffstat (limited to 'lib/redmine/sudo_mode.rb')
-rw-r--r--lib/redmine/sudo_mode.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/sudo_mode.rb b/lib/redmine/sudo_mode.rb
index 164819d83..523483531 100644
--- a/lib/redmine/sudo_mode.rb
+++ b/lib/redmine/sudo_mode.rb
@@ -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.
#