mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
util/rubocop -A --only Layout/SpaceInsideArrayLiteralBrackets
This commit is contained in:
parent
3e1f767cd5
commit
0373615948
6 changed files with 49 additions and 46 deletions
|
@ -74,7 +74,7 @@ The push command will use ~/.gem/credentials to authenticate to a server, but yo
|
|||
@host ||= push_host
|
||||
|
||||
# Always include @host, even if it's nil
|
||||
args += [ @host, push_host ]
|
||||
args += [@host, push_host]
|
||||
|
||||
say "Pushing gem to #{@host || Gem.host}..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue