Left public during debugging

Este commit está contenido en:
Mark Felder 2020-11-29 12:59:03 -06:00
padre 3e6d9187a7
commit 53a5ec1952

Ver fichero

@ -355,9 +355,9 @@ defmodule Mix.Tasks.Pleroma.Config do
end
end
def maybe_atomize(arg) when is_atom(arg), do: arg
defp maybe_atomize(arg) when is_atom(arg), do: arg
def maybe_atomize(arg) when is_binary(arg) do
defp maybe_atomize(arg) when is_binary(arg) do
chars = String.codepoints(arg)
if "." in chars do