summaryrefslogtreecommitdiffstats
path: root/lib/redmine/utils.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 12:45:12 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 12:45:12 +0000
commit950726f3844ac76a3de1c778850bcdaec667440a (patch)
tree1eaed0d1a3ba4ba94c4d564f3c0465720e1552b4 /lib/redmine/utils.rb
parent00d460c903cbacd022b67ff586246b84e857a39d (diff)
downloadredmine-950726f3844ac76a3de1c778850bcdaec667440a.tar.gz
redmine-950726f3844ac76a3de1c778850bcdaec667440a.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/utils.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19132 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/utils.rb')
-rw-r--r--lib/redmine/utils.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/utils.rb b/lib/redmine/utils.rb
index 6e9ccac08..4297755b8 100644
--- a/lib/redmine/utils.rb
+++ b/lib/redmine/utils.rb
@@ -68,7 +68,6 @@ module Redmine
end
module Shell
-
module_function
def shell_quote(str)