From 6e9dc8b32861ff1c64b94dc6c670a508f48e6a6c Mon Sep 17 00:00:00 2001 From: Mahmut Surekci Date: Tue, 24 May 2016 17:31:53 +0100 Subject: [PATCH] fix formatting --- lib/runner.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runner.ex b/lib/runner.ex index a174869..ab59f73 100644 --- a/lib/runner.ex +++ b/lib/runner.ex @@ -15,7 +15,7 @@ defmodule Runner do Processes, Tasks, Agents, - Integers, + Integers, ] def koan?(koan), do: Enum.member?(@modules, koan)