From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 12:45:34 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_mode.rb X-Git-Tag: 4.2.0~1505 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c4ddc0da9607ca12224da127b0f14a924335b75;p=redmine.git 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 --- 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. #