Skip to content

Commit ef08b1e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ ensure_outstanding_requests_timer(#stream_connection{
29842984
outstanding_requests = Requests,
29852985
outstanding_requests_timer = TRef
29862986
} = C) when map_size(Requests) =:= 0 ->
2987-
erlang:cancel_timer(TRef, [{async, true}, {info, false}]),
2987+
_ = erlang:cancel_timer(TRef, [{async, true}, {info, false}]),
29882988
C#stream_connection{outstanding_requests_timer = undefined};
29892989
ensure_outstanding_requests_timer(#stream_connection{
29902990
outstanding_requests = Requests,

0 commit comments

Comments
 (0)