mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +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
|
@ -644,7 +644,7 @@ a (2 universal-darwin, 1 ruby x86-linux)
|
|||
end
|
||||
|
||||
def test_execute_show_default_gems
|
||||
spec_fetcher { |fetcher| fetcher.spec 'a', 2 }
|
||||
spec_fetcher {|fetcher| fetcher.spec 'a', 2 }
|
||||
|
||||
a1 = new_default_spec 'a', 1
|
||||
install_default_specs a1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue