Skip to content

Commit 1609ed1

Browse files
committed
mix format deps/rabbitmq_cli/lib/rabbitmqctl.ex
using Mix 1.15.4 (compiled with Erlang/OTP 26)
1 parent 03572f7 commit 1609ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmqctl.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ defmodule RabbitMQCtl do
636636
## {:fun, fun} - run a custom function to enable distribution.
637637
## custom mode is usefult for commands which should have specific node name.
638638
## Runs code if distribution is successful, or not needed.
639-
@spec maybe_with_distribution(module(), options(), (() -> command_result())) :: command_result()
639+
@spec maybe_with_distribution(module(), options(), (-> command_result())) :: command_result()
640640
defp maybe_with_distribution(command, options, code) do
641641
try do
642642
maybe_with_distribution_without_catch(command, options, code)

0 commit comments

Comments
 (0)