Skip to content

Commit

Permalink
chore: mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 4, 2023
1 parent 3f8e031 commit 1eff056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/finch/pool_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ defmodule Finch.PoolManager do
defp pool_mod(:http2), do: Finch.HTTP2.Pool

defp pool_args(shp, config, %{protocol: :http1} = pool_config),
do: {shp, config.registry_name, pool_config.size, pool_config, pool_config.pool_max_idle_time, pool_config.start_pool_metrics}
do:
{shp, config.registry_name, pool_config.size, pool_config, pool_config.pool_max_idle_time,
pool_config.start_pool_metrics}

defp pool_args(shp, config, %{protocol: :http2} = pool_config),
do: {shp, config.registry_name, pool_config.size, pool_config}
Expand Down

0 comments on commit 1eff056

Please sign in to comment.