logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 61494b5245619eda38f05d010511df068280cff8
parent e3dd0d45b7f4c767ec826753f24c73fd6e07c12d
Author: Mark Felder <feld@FreeBSD.org>
Date:   Mon,  7 Dec 2020 11:22:07 -0600

Formatting

Diffstat:

Mlib/mix/tasks/pleroma/config.ex4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -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