mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 15:13:12 -06:00
fix lint
This commit is contained in:
parent
2b352915a1
commit
877337c48a
|
|
@ -146,7 +146,7 @@ func (c *RistrettoCostedCachePartition[K, V]) Set(key K, value V) {
|
||||||
}
|
}
|
||||||
|
|
||||||
type RistrettoCachePartition[K keyable, V any] struct {
|
type RistrettoCachePartition[K keyable, V any] struct {
|
||||||
cache *ristretto.Cache
|
cache *ristretto.Cache //nolint:all,unused
|
||||||
Prefix byte
|
Prefix byte
|
||||||
Mutable bool
|
Mutable bool
|
||||||
MaxAge time.Duration
|
MaxAge time.Duration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue