Skip to content

Commit f6390a3

Browse files
michaelklishinmergify[bot]
authored andcommitted
Cosmetics (per review comments)
(cherry picked from commit a6c522d)
1 parent b0401e8 commit f6390a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/src/file_handle_cache.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ handle_call({open, Pid, Requested, EldestUnusedSince}, From,
11571157
case needs_reduce(State #fhc_state { open_count = Count + Requested }) of
11581158
true -> case ets:lookup(Clients, Pid) of
11591159
[#cstate { opened = 0 }] ->
1160-
safe_ets_update_element(
1160+
_ = safe_ets_update_element(
11611161
Clients, Pid, {#cstate.blocked, true}),
11621162
{noreply,
11631163
reduce(State #fhc_state {

0 commit comments

Comments
 (0)