Skip to content

Commit dc5026f

Browse files
committed
formatting
1 parent 32cb93d commit dc5026f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ defmodule RabbitMQCtl.MixfileBase do
1414
elixir: ">= 1.13.4 and < 1.16.0",
1515
build_embedded: Mix.env() == :prod,
1616
start_permanent: Mix.env() == :prod,
17-
escript: [main_module: RabbitMQCtl, emu_args: "-boot no_dot_erlang -noinput -hidden", path: "escript/rabbitmqctl"],
17+
escript: [
18+
main_module: RabbitMQCtl,
19+
emu_args: "-boot no_dot_erlang -noinput -hidden",
20+
path: "escript/rabbitmqctl"
21+
],
1822
prune_code_paths: false,
1923
deps: deps(Mix.env()),
2024
aliases: aliases(),

0 commit comments

Comments
 (0)