Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rubio committed Apr 8, 2021
1 parent cabbcbc commit d747d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/earmark/message.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Earmark.Message do
messages
|> Enum.each(&emit_message(proplist[:file] || "<args>", &1))
end
def emit_messages(messages, options) do
def emit_messages(messages, _options) do
messages
|> Enum.each(&emit_message("<args>", &1))
end
Expand Down

0 comments on commit d747d73

Please sign in to comment.