Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 14, 2024
1 parent 6930b9a commit f423b39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tower/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ defmodule Tower.Application do
@impl true
def start(_type, _args) do
[
{Task.Supervisor, name: Tower.TaskSupervisor},
# Starts a worker by calling: Tower.Worker.start_link(arg)
# {Tower.Worker, arg}
{Task.Supervisor, name: Tower.TaskSupervisor}
]
|> Supervisor.start_link(strategy: :one_for_one, name: Tower.Supervisor)
end
Expand Down

0 comments on commit f423b39

Please sign in to comment.