Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
Co-Authored-By: JB Steadman <[email protected]>
  • Loading branch information
brandonduff and jbsf2 committed Jul 18, 2023
1 parent d9bee65 commit f8abccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/protomock.ex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ defmodule ProtoMock do
{:reply, failure_messages, state}
end

def handle_info(info, state) do
@impl true
def handle_info(_info, state) do
{:noreply, state}
end

Expand Down

0 comments on commit f8abccc

Please sign in to comment.