summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hellwig <a5308y@gmail.com>2015-09-29 23:19:06 +0200
committerAndreas Hellwig <a5308y@gmail.com>2015-09-30 08:44:52 +0200
commit16576f3a0a3780b09f38a78336ddfbd3fc5a9573 (patch)
tree4d771a242e496424080942bb22b35ef0a120f2ed
parentb87adb03f455e2942bab171115462955be22f43b (diff)
downloadbundler-16576f3a0a3780b09f38a78336ddfbd3fc5a9573.tar.gz
Rubocop adjustment
Outdent access modifiers like private
-rw-r--r--lib/bundler/installer/standalone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/installer/standalone.rb b/lib/bundler/installer/standalone.rb
index 24a4183ea2..f9b50e1d98 100644
--- a/lib/bundler/installer/standalone.rb
+++ b/lib/bundler/installer/standalone.rb
@@ -20,7 +20,7 @@ module Bundler
end
end
- private
+ private
def paths
@specs.flat_map do |spec|