Skip to content

Commit

Permalink
silence warning (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgeous committed May 27, 2021
1 parent 63c33d2 commit 830b696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/faraday/connection.rb
Expand Up @@ -73,6 +73,7 @@ def initialize(url = nil, options = nil)
@options = options.request
@ssl = options.ssl
@default_parallel_manager = options.parallel_manager
@manual_proxy = nil

@builder = options.builder || begin
# pass an empty block to Builder so it doesn't assume default middleware
Expand Down

0 comments on commit 830b696

Please sign in to comment.