Skip to content

Commit

Permalink
fix: Elixir 1.17 warning (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
egze authored Aug 29, 2024
1 parent 05fe855 commit 8117ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pigeon/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Pigeon.Application do

@doc false
def start(_type, _args) do
Client.default().start
Client.default().start()

children = [
Pigeon.Registry,
Expand Down

0 comments on commit 8117ef4

Please sign in to comment.