mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +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
|
@ -675,12 +675,12 @@ ERROR: --private-key not specified and ~/.gem/gem-private_key.pem does not exis
|
|||
]
|
||||
|
||||
assert_equal [PUBLIC_CERT.to_pem, ALTERNATE_CERT.to_pem],
|
||||
@cmd.options[:add].map { |cert| cert.to_pem }
|
||||
@cmd.options[:add].map {|cert| cert.to_pem }
|
||||
|
||||
assert_equal %w[nobody example], @cmd.options[:remove]
|
||||
|
||||
assert_equal %w[nobody@example other@example],
|
||||
@cmd.options[:build].map { |name| name.to_s }
|
||||
@cmd.options[:build].map {|name| name.to_s }
|
||||
|
||||
assert_equal ['', 'example'], @cmd.options[:list]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue