Skip to content

Commit 0e69c41

Browse files
CLI: mix format
1 parent ae403a8 commit 0e69c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/wait_command.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.WaitCommand do
247247
case :file.read_file(pid_file) do
248248
{:ok, <<>>} ->
249249
{:error, :loop}
250+
250251
{:ok, bin} ->
251252
case Integer.parse(bin) do
252253
:error ->

0 commit comments

Comments
 (0)