Przeglądaj źródła

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

tags/v1.1.4
Ekaterina Vaartis 5 lat temu
rodzic
commit
1e311d6662
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      lib/mix/tasks/pleroma/emoji.ex

+ 3
- 0
lib/mix/tasks/pleroma/emoji.ex Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz