Formatting
This commit is contained in:
parent
e3dd0d45b7
commit
61494b5245
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user