summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_handle_cache.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_handle_cache.erl b/src/rabbit_handle_cache.erl
index 3509429646..b99b8bfba2 100644
--- a/src/rabbit_handle_cache.erl
+++ b/src/rabbit_handle_cache.erl
@@ -61,7 +61,7 @@ close_file(File, State = #hcstate { handles = Handles,
{ok, {Hdl, _Offset, Then}} ->
ok = file:close(Hdl),
State #hcstate { handles = dict:erase(File, Handles),
- ages = gb_trees:delete(Then, Ages)
+ ages = gb_trees:delete(Then, Ages)
}
end.