whitespace

This commit is contained in:
Jay Hayes
2016-12-23 08:19:21 -06:00
parent 6284b1de49
commit 482eee1f6b
2 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ end
defmodule Display.Uncoloured do
def red(str), do: str
def cyan(str), do: str
def green(str), do: str
end