summaryrefslogtreecommitdiff
path: root/lib/bundler/index.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-17 22:56:33 -0300
committerErick Sasse <esasse@gmail.com>2015-07-19 11:50:50 -0300
commitebeed8f34dc0e9cea0581224c53fd5feaf9d8b77 (patch)
treed705d61a22bfa1b104bc124898f2730672b88fda /lib/bundler/index.rb
parent48d2dc5aa17b3f81905daad87e0b79131dd0d2b8 (diff)
downloadbundler-ebeed8f34dc0e9cea0581224c53fd5feaf9d8b77.tar.gz
Fix Style/SingleSpaceBeforeFirstArg
Diffstat (limited to 'lib/bundler/index.rb')
-rw-r--r--lib/bundler/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/index.rb b/lib/bundler/index.rb
index d0e3ae47a3..7a4b9ba4e9 100644
--- a/lib/bundler/index.rb
+++ b/lib/bundler/index.rb
@@ -11,7 +11,7 @@ module Bundler
end
attr_reader :specs, :all_specs, :sources
- protected :specs, :all_specs
+ protected :specs, :all_specs
def initialize
@sources = []