Deal with unused parameter

This commit is contained in:
Arnaud Cogoluègnes 2019-07-10 15:47:57 +02:00
parent 29b9b9152c
commit 833bb4cec9
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ run([Name], #{node := Node} = Options) ->
{error, Err} -> {error, Err}
end.
output(E, Opts) ->
output(E, _Opts) ->
'Elixir.RabbitMQ.CLI.DefaultOutput':output(E).
formatter() -> 'Elixir.RabbitMQ.CLI.Formatters.Erlang'.