Skip to content

Commit 8f237ea

Browse files
committed
Fix another Dialyzer warning
1 parent a837974 commit 8f237ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_backing_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259

260260
-callback set_queue_mode(queue_mode(), state()) -> state().
261261

262-
-callback zip_msgs_and_acks(delivered_publish(),
262+
-callback zip_msgs_and_acks([delivered_publish()],
263263
[ack()], Acc, state())
264264
-> Acc.
265265

0 commit comments

Comments
 (0)