Skip to content

Commit

Permalink
Merge pull request #186 from Psli/patch-3
Browse files Browse the repository at this point in the history
Change Verk.Supervisor to support treamlined child specs
  • Loading branch information
edgurgel authored Mar 30, 2019
2 parents c10302c + 51250f7 commit 7a5ad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/verk/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Verk.Supervisor do
@doc """
It starts the main supervisor
"""
def start_link do
def start_link(_ \\ []) do
Supervisor.start_link(__MODULE__, [], name: __MODULE__)
end

Expand Down

0 comments on commit 7a5ad68

Please sign in to comment.