1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2019-11-21 12:45:12 +00:00
parent 00d460c903
commit 950726f384

View File

@ -68,7 +68,6 @@ module Redmine
end end
module Shell module Shell
module_function module_function
def shell_quote(str) def shell_quote(str)