Use the new modules

This commit is contained in:
Felipe Sere
2016-05-13 11:12:30 +01:00
parent af543d1b62
commit 0936ed56e2
2 changed files with 15 additions and 80 deletions

View File

@@ -7,7 +7,6 @@ defmodule Display.Intro do
end
end
def show_intro(""), do: nil
def show_intro(message) do
message <> "\n"
|> Colours.green