Skip to content

Commit ac09e33

Browse files
committed
Squash dialyzer warning
1 parent 7c60367 commit ac09e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

+2-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,8 @@ open(info,
886886
"on stream ~tp, group ~tp", [St, ConsumerName]),
887887
_ = rabbit_stream_sac_coordinator:activate_consumer(VirtualHost,
888888
St,
889-
ConsumerName);
889+
ConsumerName),
890+
ok;
890891
_ ->
891892
ok
892893
end,

0 commit comments

Comments
 (0)