diff options
Diffstat (limited to 'lib/pleroma/formatter.ex')
-rw-r--r-- | lib/pleroma/formatter.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/formatter.ex b/lib/pleroma/formatter.ex index 7ccd7e7bb..27e2adc16 100644 --- a/lib/pleroma/formatter.ex +++ b/lib/pleroma/formatter.ex @@ -125,6 +125,5 @@ defmodule Pleroma.Formatter do def get_custom_emoji() do @emoji - |> Enum.into %{} end end |