Add a newline before compile error

This commit is contained in:
Uku Taht
2016-03-08 15:46:35 +02:00
parent 3990e7f7e5
commit 23d5d87af5

View File

@@ -12,6 +12,7 @@ defmodule Display do
end
def show_compile_error(error) do
IO.puts("")
format_error(error) |> IO.puts
end