diff --git a/lib/runner.ex b/lib/runner.ex index 53b862c..cfe7dfb 100644 --- a/lib/runner.ex +++ b/lib/runner.ex @@ -48,5 +48,4 @@ defmodule Runner do :failed end defp display(_), do: :passed - end