Skip to content

Commit

Permalink
Merge pull request #185 from zemuldo/patch-1
Browse files Browse the repository at this point in the history
Fix error in docs for sample consumer GenServer
  • Loading branch information
ono authored Feb 17, 2021
2 parents 61849e1 + 9198e02 commit 41d80ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amqp/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ defmodule AMQP.Application do
def handle_info(:subscribe, state) do
subscribe()
{noreply, state}
{:noreply, state}
end
def handle_info({:DOWN, _, :process, pid, reason}, state) do
Expand Down

0 comments on commit 41d80ef

Please sign in to comment.