summaryrefslogtreecommitdiff
path: root/lib/bundler/dep_proxy.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
commitc85c0c9c642dcdccb7d769d7d9a56d51ad314915 (patch)
tree0e840f4678f8763885a0b94c2987401a8436d665 /lib/bundler/dep_proxy.rb
parentcc5294531a5f23935029094d165c7311b8d97483 (diff)
downloadbundler-c85c0c9c642dcdccb7d769d7d9a56d51ad314915.tar.gz
[RuboCop] Enable Style/EmptyLines
Diffstat (limited to 'lib/bundler/dep_proxy.rb')
-rw-r--r--lib/bundler/dep_proxy.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/dep_proxy.rb b/lib/bundler/dep_proxy.rb
index ef98a35128..47de296810 100644
--- a/lib/bundler/dep_proxy.rb
+++ b/lib/bundler/dep_proxy.rb
@@ -1,6 +1,5 @@
module Bundler
class DepProxy
-
attr_reader :__platform, :dep
def initialize(dep, platform)
@@ -38,6 +37,5 @@ module Bundler
def method_missing(*args)
@dep.send(*args)
end
-
end
end