mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Add a newline at the end of pack in ls-packs
This commit is contained in:
parent
aef3a3ca46
commit
1e311d6662
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue