diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-20 14:05:48 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-30 10:00:52 +0100 |
commit | d71290704ab2a83e475a413554a2268b1d95d9de (patch) | |
tree | 916b1176a49a9e91dd6bddef3bf23ce5814497b8 | |
parent | 5ba1360de631e2fabf2bfa998b104c4355c58b13 (diff) | |
download | bundler-d71290704ab2a83e475a413554a2268b1d95d9de.tar.gz |
Reformat constant definition
To be consistent with the one above it.
-rw-r--r-- | lib/bundler/cli.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 39f42c9a70..ea7998ae93 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -9,9 +9,7 @@ module Bundler package_name "Bundler" AUTO_INSTALL_CMDS = %w[show binstubs outdated exec open console licenses clean].freeze - PARSEABLE_COMMANDS = %w[ - check config help exec platform show version - ].freeze + PARSEABLE_COMMANDS = %w[check config help exec platform show version].freeze def self.start(*) super |