summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_misc.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl
index 20026e6012..3a7df80315 100644
--- a/src/rabbit_mirror_queue_misc.erl
+++ b/src/rabbit_mirror_queue_misc.erl
@@ -37,7 +37,8 @@
-spec(add_mirror/3 ::
(rabbit_types:vhost(), binary(), atom())
-> rabbit_types:ok_or_error(any())).
--spec(store_updated_slaves/1 :: (rabbit_types:amqqueue()) -> 'ok').
+-spec(store_updated_slaves/1 :: (rabbit_types:amqqueue()) ->
+ rabbit_types:amqqueue()).
-endif.