From a6bca968a3d5ab98ae7d3e0a138fe9b551a3440a Mon Sep 17 00:00:00 2001 From: qw4990 Date: Mon, 18 Sep 2023 21:40:09 +0800 Subject: [PATCH] fixup --- statistics/handle/handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics/handle/handle.go b/statistics/handle/handle.go index afb900074eea4..151bb2664e2dd 100644 --- a/statistics/handle/handle.go +++ b/statistics/handle/handle.go @@ -1170,7 +1170,7 @@ func (h *Handle) getGlobalStatsReader(snapshot uint64) (reader *statistics.Stats }) } -func (_ *Handle) releaseGlobalStatsReader(reader *statistics.StatsReader) error { +func (*Handle) releaseGlobalStatsReader(reader *statistics.StatsReader) error { return reader.Close() }