From 005956684dc25a51db1c494c91a5da06b3887460 Mon Sep 17 00:00:00 2001 From: Peter Hizalev Date: Sun, 2 Jun 2019 12:28:27 -0700 Subject: [PATCH] Format code --- lib/machine_gun/sup.ex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/machine_gun/sup.ex b/lib/machine_gun/sup.ex index 525b811..da2636b 100644 --- a/lib/machine_gun/sup.ex +++ b/lib/machine_gun/sup.ex @@ -21,7 +21,13 @@ defmodule MachineGun.Supervisor do def start(name, host, port, size, max_overflow, strategy, conn_opts) do Supervisor.start_child(MachineGun.Supervisor, [ - [name: {:local, name}, worker_module: Worker, size: size, max_overflow: max_overflow, strategy: strategy], + [ + name: {:local, name}, + worker_module: Worker, + size: size, + max_overflow: max_overflow, + strategy: strategy + ], [ host |> String.to_charlist(), port,