diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 12:45:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 12:45:12 +0000 |
commit | 950726f3844ac76a3de1c778850bcdaec667440a (patch) | |
tree | 1eaed0d1a3ba4ba94c4d564f3c0465720e1552b4 /lib/redmine/utils.rb | |
parent | 00d460c903cbacd022b67ff586246b84e857a39d (diff) | |
download | redmine-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.rb | 1 |
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) |