Formatting

This commit is contained in:
Mark Felder 2020-12-07 11:22:07 -06:00
parent e3dd0d45b7
commit 61494b5245
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ defmodule Mix.Tasks.Pleroma.Config do
end
defp maybe_atomize(arg) when is_atom(arg), do: arg
defp maybe_atomize(":" <> arg), do: maybe_atomize(arg)
defp maybe_atomize(":" <> arg), do: maybe_atomize(arg)
defp maybe_atomize(arg) when is_binary(arg) do
if ConfigDB.module_name?(arg) do