Skip to content

Commit 204d5b7

Browse files
committed
Fix padding
1 parent 61e8fc0 commit 204d5b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,9 @@ restart_server({_, _} = Ref) ->
856856
-spec delete(amqqueue:amqqueue(),
857857
boolean(), boolean(),
858858
rabbit_types:username()) ->
859-
{ok, QLen :: non_neg_integer()} |
860-
rabbit_types:error('not_empty') |
861-
{protocol_error, Type :: atom(), Reason :: string(), Args :: term()}.
859+
{ok, QLen :: non_neg_integer()} |
860+
rabbit_types:error('not_empty') |
861+
{protocol_error, Type :: atom(), Reason :: string(), Args :: term()}.
862862
delete(Q, true, _IfEmpty, _ActingUser) when ?amqqueue_is_quorum(Q) ->
863863
{protocol_error, not_implemented,
864864
"cannot delete ~ts. queue.delete operations with if-unused flag set are not supported by quorum queues",

0 commit comments

Comments
 (0)