mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Use space inside block braces everywhere
To make rubygems code style consistent with bundler.
This commit is contained in:
parent
ef481c120c
commit
955f1837a1
Notes:
git
2020-06-15 21:21:04 +09:00
99 changed files with 469 additions and 469 deletions
|
@ -240,7 +240,7 @@ lib/foo.rb
|
|||
[RbConfig::CONFIG['bindir'], 'default_command'],
|
||||
[RbConfig::CONFIG['rubylibdir'], 'default/gem.rb'],
|
||||
[RbConfig::CONFIG['archdir'], 'default_gem.so']
|
||||
].sort.map{|a|File.join a}.join "\n"
|
||||
].sort.map{|a|File.join a }.join "\n"
|
||||
|
||||
assert_equal expected, @ui.output.chomp
|
||||
assert_equal "", @ui.error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue