Skip to content

Commit

Permalink
dependency_loader: Shotgun style typo fix
Browse files Browse the repository at this point in the history
I made a bad lostisland#1211 merge. This tries to repair that.
  • Loading branch information
olleolleolle committed Dec 7, 2020
1 parent 2445a3a commit fe69f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/dependency_loader.rb
Expand Up @@ -18,7 +18,7 @@ def new(*)
raise "missing dependency for #{self}: #{load_error.message}"
end

super(*args, **kwargs)
super
end

def loaded?
Expand Down

0 comments on commit fe69f84

Please sign in to comment.