chore: fix linter

This commit is contained in:
johnnyjoy 2025-08-03 19:55:04 +08:00
parent aae7ec8d1f
commit 34fb3f1514
1 changed files with 0 additions and 1 deletions

View File

@ -309,7 +309,6 @@ func (c *Cache) cleanupOldest() {
// Update count
if deletedCount > 0 {
(&c.itemCount).Add(-int64(deletedCount))
}
}