Skip to content

Commit d3cddfd

Browse files
author
Simon MacMullen
committed
Fix type error
1 parent 66b5b6f commit d3cddfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rabbit_amqqueue.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
-> [rabbit_types:infos()]).
114114
-spec(force_event_refresh/0 :: () -> 'ok').
115115
-spec(notify_policy_changed/1 :: (rabbit_types:amqqueue()) -> 'ok').
116-
-spec(consumers/1 ::
117-
(rabbit_types:amqqueue())
118-
-> [{pid(), rabbit_types:ctag(), boolean()}]).
116+
-spec(consumers/1 :: (rabbit_types:amqqueue())
117+
-> [{pid(), rabbit_types:ctag(), boolean(),
118+
rabbit_framing:amqp_table()}]).
119119
-spec(consumer_info_keys/0 :: () -> rabbit_types:info_keys()).
120120
-spec(consumers_all/1 ::
121121
(rabbit_types:vhost())

0 commit comments

Comments
 (0)