Skip to content

Commit f97bc42

Browse files
SimonUngemergify[bot]
authored andcommitted
Minor cosmetic fix
(cherry picked from commit 4a6c009)
1 parent 5b2f9da commit f97bc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_queue_type.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ check_vhost_queue_limit(Q) ->
750750
#resource{name = QueueName} = amqqueue:get_name(Q),
751751
VHost = amqqueue:get_vhost(Q),
752752
case rabbit_vhost_limit:is_over_queue_limit(VHost) of
753-
false->
753+
false ->
754754
ok;
755755
{true, Limit} ->
756756
{protocol_error, precondition_failed,

0 commit comments

Comments
 (0)