mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user