Skip to content

Commit 57470a1

Browse files
Fix a compiler warning in Elixir 1.17 (#679)
1 parent c86e479 commit 57470a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tesla.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ defmodule Tesla do
138138
end
139139

140140
defp adapter_per_module(module) do
141-
module.__adapter__
141+
module.__adapter__()
142142
end
143143

144144
defp adapter_from_config do

0 commit comments

Comments
 (0)