]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of lib/redmine/core_ext.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 15 Nov 2020 12:37:10 +0000 (12:37 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 15 Nov 2020 12:37:10 +0000 (12:37 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20386 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/core_ext.rb

index f9a7926c605465a1eca779efda924207fb06af8f..592ebe00467fc67b7b658cda7366b04e6782b087 100644 (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)}