chore: fix linter

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

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

Loading…
Cancel
Save