Skip to content

Commit

Permalink
Fix a compiler warning in Elixir 1.17 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceful-james authored Jun 9, 2024
1 parent c86e479 commit 57470a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tesla.ex
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ defmodule Tesla do
end

defp adapter_per_module(module) do
module.__adapter__
module.__adapter__()
end

defp adapter_from_config do
Expand Down

0 comments on commit 57470a1

Please sign in to comment.