From 8c4ddc0da9607ca12224da127b0f14a924335b75 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 12:45:34 +0000 Subject: [PATCH] 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 --- lib/redmine/sudo_mode.rb | 2 -- 1 file changed, 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. # -- 2.39.5