diff options
author | Andreas Hellwig <a5308y@gmail.com> | 2015-09-29 23:19:06 +0200 |
---|---|---|
committer | Andreas Hellwig <a5308y@gmail.com> | 2015-09-30 08:44:52 +0200 |
commit | 16576f3a0a3780b09f38a78336ddfbd3fc5a9573 (patch) | |
tree | 4d771a242e496424080942bb22b35ef0a120f2ed /lib | |
parent | b87adb03f455e2942bab171115462955be22f43b (diff) | |
download | bundler-16576f3a0a3780b09f38a78336ddfbd3fc5a9573.tar.gz |
Rubocop adjustment
Outdent access modifiers like private
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/installer/standalone.rb | 2 |
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| |