Add a newline at the end of pack in ls-packs

Cette révision appartient à :
Ekaterina Vaartis 2019-04-20 00:22:11 +03:00
Parent aef3a3ca46
révision 1e311d6662

Voir le fichier

@ -31,6 +31,9 @@ defmodule Mix.Tasks.Pleroma.Emoji do
for {param, value} <- to_print do
IO.puts(IO.ANSI.format([:bright, param, :normal, ": ", value]))
end
# A newline
IO.puts("")
end)
end