Skip to content
Snippets Groups Projects
Commit 1e311d66 authored by vaartis's avatar vaartis
Browse files

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

parent aef3a3ca
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment