mirror of https://github.com/usememos/memos.git
chore: fix linter
This commit is contained in:
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…
Reference in New Issue