From bcce12b74ccd9b33afa3a7ef3c80e7bcb82d8d26 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Wed, 20 Aug 2014 23:35:29 +1200 Subject: [PATCH] Remove unecessary new lines --- lib/httparrot/supervisor.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/httparrot/supervisor.ex b/lib/httparrot/supervisor.ex index d9957d9..2a244cd 100644 --- a/lib/httparrot/supervisor.ex +++ b/lib/httparrot/supervisor.ex @@ -10,5 +10,3 @@ defmodule HTTParrot.Supervisor do supervise children, strategy: :one_for_one end end - -