Skip to content

Commit ef0be70

Browse files
acogoluegnesmergify[bot]
authored andcommitted
Squash Dialyzer warning
(cherry picked from commit ac20b90) (cherry picked from commit ef08b1e)
1 parent c90bcf6 commit ef0be70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ ensure_outstanding_requests_timer(#stream_connection{
30273027
outstanding_requests = Requests,
30283028
outstanding_requests_timer = TRef
30293029
} = C) when map_size(Requests) =:= 0 ->
3030-
erlang:cancel_timer(TRef, [{async, true}, {info, false}]),
3030+
_ = erlang:cancel_timer(TRef, [{async, true}, {info, false}]),
30313031
C#stream_connection{outstanding_requests_timer = undefined};
30323032
ensure_outstanding_requests_timer(#stream_connection{
30333033
outstanding_requests = Requests,

0 commit comments

Comments
 (0)