Skip to content

Commit ad658f9

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

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)