Mix format
This commit is contained in:
parent
14b942443f
commit
291543d1cb
1 changed files with 4 additions and 4 deletions
|
@ -277,10 +277,10 @@ def limiters_setup do
|
|||
|
||||
defp http_children do
|
||||
config =
|
||||
[:http, :adapter]
|
||||
|> Config.get([])
|
||||
|> Keyword.put(:name, MyFinch)
|
||||
|
||||
[:http, :adapter]
|
||||
|> Config.get([])
|
||||
|> Keyword.put(:name, MyFinch)
|
||||
|
||||
[{Finch, config}]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue