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 - -