aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:35:57 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:35:57 -0600
commit831457dd8f9c991b06703c3ad24a8840586e41ec (patch)
tree55a9419f7cefe8471e2bef45280aef2c79ee34ad /lib/bundler/fetcher.rb
parent69832acfd333267d1bedc6b2467e5c0f0c1c67e1 (diff)
downloadbundler-831457dd8f9c991b06703c3ad24a8840586e41ec.tar.gz
[RuboCop] Enable Style/EmptyElse
Diffstat (limited to 'lib/bundler/fetcher.rb')
-rw-r--r--lib/bundler/fetcher.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index aa3e4ded..abb25297 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -180,8 +180,6 @@ module Bundler
def http_proxy
if uri = connection.proxy_uri
uri.to_s
- else
- nil
end
end