summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_slave.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index 28acc02263..6ddfc3a3ad 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -936,7 +936,7 @@ set_synchronised(Delta, AddAnyway,
Q1#amqqueue{sync_slave_pids = [Self | SSPids1]})
end
end);
- _ when DepthDelta1 > 0->
+ _ when DepthDelta1 > 0 ->
ok
end,
State #state { depth_delta = DepthDelta1 }.