Mix format

This commit is contained in:
FloatingGhost 2022-07-09 23:18:25 +01:00
parent 14b942443f
commit 291543d1cb
1 changed files with 4 additions and 4 deletions

View File

@ -277,10 +277,10 @@ defmodule Pleroma.Application 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