Skip to content

Commit

Permalink
Missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
teamon committed Sep 7, 2018
1 parent 58c73fe commit 6e74309
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 @@ -436,7 +436,7 @@ defmodule Tesla do
# configure adapter in runtime
client = Tesla.client([], Tesla.Adapter.Hackney)
client = Tesla.client([], {Tesla.Adapter.Hackney, pool: :my_pool)
client = Tesla.client([], {Tesla.Adapter.Hackney, pool: :my_pool})
Tesla.get(client, "/path")
# complete module example
Expand Down

0 comments on commit 6e74309

Please sign in to comment.