mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
Fixes
This commit is contained in:
@@ -32,7 +32,5 @@ class CustomCacheMap<K : Any, V : Any> : CacheMap<K, V> {
|
||||
return this
|
||||
}
|
||||
|
||||
override fun size(): Int {
|
||||
return cache.size
|
||||
}
|
||||
override fun size(): Int = cache.size
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user