summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-21 22:17:37 -0300
committerErick Sasse <esasse@gmail.com>2015-07-21 22:17:37 -0300
commitfddf8ccaaae31eb08abe55792f1d9512cbe7ae8e (patch)
treeed48923206b7cb01250aa2a429c3caef65a35a5a /lib/bundler/cli.rb
parent89a8778c19269561926cea172acdcda241d26d23 (diff)
downloadbundler-fddf8ccaaae31eb08abe55792f1d9512cbe7ae8e.tar.gz
Fix Style/AccessModifierIndentation
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 82359eb6cc..cd4eb10b0b 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -406,7 +406,7 @@ module Bundler
Env.new.write($stdout)
end
- private
+ private
# Automatically invoke `bundle install` and resume if
# Bundler.settings[:auto_install] exists. This is set through config cmd