Commit 34fb3f15 authored by johnnyjoy's avatar johnnyjoy

chore: fix linter

parent aae7ec8d
...@@ -309,7 +309,6 @@ func (c *Cache) cleanupOldest() { ...@@ -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))
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment