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

This commit is contained in:
Ekaterina Vaartis 2019-04-20 00:22:11 +03:00
parent aef3a3ca46
commit 1e311d6662
1 changed files with 3 additions and 0 deletions

View File

@ -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