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 7fc2c8cb..f065f667 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -829,7 +829,7 @@ process_instruction({sender_death, ChPid},
true = erlang:demonitor(MRef),
KS1 = dict:erase(ChPid, KS),
SQ1 = dict:erase(ChPid, SQ),
- State #state { sender_queues = SQ1, known_senders = KS1}
+ State #state { sender_queues = SQ1, known_senders = KS1 }
end};
process_instruction(delete_and_terminate,
State = #state { backing_queue = BQ,