Skip to content

Commit 581286e

Browse files
HoloRinmichaelklishin
authored andcommitted
Fix a compiler warning in the cli
(cherry picked from commit 5d27b3c) (cherry picked from commit ad658f9)
1 parent 4eee4ac commit 581286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/diagnostics_helpers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule RabbitMQ.CLI.Diagnostics.Helpers do
2525
check_port_connectivity(port, node_name, hostname, timeout)
2626
end
2727

28-
def check_port_connectivity(port, node_name, hostname_or_ip, timeout) do
28+
def check_port_connectivity(port, _node_name, hostname_or_ip, timeout) do
2929
try do
3030
IO.puts("Will connect to #{hostname_or_ip}:#{port}")
3131

0 commit comments

Comments
 (0)