mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
fixed linting
This commit is contained in:
parent
f738fdb306
commit
b9911025ba
@ -200,7 +200,7 @@ module Faraday
|
||||
end
|
||||
end
|
||||
|
||||
def initialize(app, options={})
|
||||
def initialize(app, options = {})
|
||||
super(app)
|
||||
@session = Session.new(options)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user