Skip to content

Commit 7daa457

Browse files
committed
format
1 parent 00a016b commit 7daa457

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/mpesa_elixir/application.ex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ defmodule MpesaElixir.Application do
1616
children = [] ++ dont_start_in_test
1717

1818
# Start the supervisor first
19-
{:ok, supervisor} = Supervisor.start_link(children, [
20-
strategy: :one_for_one,
21-
name: MpesaElixir.Supervisor
22-
])
19+
{:ok, supervisor} =
20+
Supervisor.start_link(children,
21+
strategy: :one_for_one,
22+
name: MpesaElixir.Supervisor
23+
)
2324

2425
# Start AuthServer as a child process of the dynamic supervisor
2526
MpesaSupervisor.start_child({MpesaElixir.AuthServer, []})

0 commit comments

Comments
 (0)