Skip to content

Commit e9e4be7

Browse files
mix format on Elixir 1.15
1 parent 1a8c5c0 commit e9e4be7

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
@@ -628,7 +628,7 @@ defmodule RabbitMQCtl do
628628
## {:fun, fun} - run a custom function to enable distribution.
629629
## custom mode is usefult for commands which should have specific node name.
630630
## Runs code if distribution is successful, or not needed.
631-
@spec maybe_with_distribution(module(), options(), (() -> command_result())) :: command_result()
631+
@spec maybe_with_distribution(module(), options(), (-> command_result())) :: command_result()
632632
defp maybe_with_distribution(command, options, code) do
633633
try do
634634
maybe_with_distribution_without_catch(command, options, code)

0 commit comments

Comments
 (0)