remove spaces inside {} of lib/redmine/core_ext.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20386 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-15 12:37:10 +00:00
parent 39fc5849cd
commit 3247ca8136

View File

@@ -1,3 +1,3 @@
# frozen_string_literal: true
Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each { |file| require(file) }
Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each {|file| require(file)}