Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Sep 18, 2023
1 parent 753c848 commit a6bca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/handle/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit a6bca96

Please sign in to comment.