Skip to content

Commit 053dc83

Browse files
committed
Clean up
1 parent d3453c3 commit 053dc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/hex/api/client.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ defmodule Hex.API.Client do
99
http_user_agent_fragment: user_agent_fragment()
1010
}
1111

12-
config = maybe_put_api_key(config, opts)
13-
config = maybe_put_organization(config, opts)
14-
config = maybe_put_repository(config, opts)
1512
config
13+
|> maybe_put_api_key(opts)
14+
|> maybe_put_organization(opts)
15+
|> maybe_put_repository(opts)
1616
end
1717

1818
defp maybe_put_api_key(config, opts) do

0 commit comments

Comments
 (0)