chore: fix linter

pull/4962/head
johnnyjoy 2 months ago
parent aae7ec8d1f
commit 34fb3f1514

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

Loading…
Cancel
Save