mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 20:11:36 +01:00
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:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user