Add a newline at the end of pack in ls-packs
authorEkaterina Vaartis <vaartis@cock.li>
Fri, 19 Apr 2019 21:22:11 +0000 (00:22 +0300)
committerEkaterina Vaartis <vaartis@cock.li>
Sat, 20 Apr 2019 08:34:03 +0000 (11:34 +0300)
lib/mix/tasks/pleroma/emoji.ex

index 8261c2122d9dc3df1febc67eeb85974d9175ac6d..f4da183ad8085f29c7f3cea7fd0d22b9fca42311 100644 (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