mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-06 05:19:04 +00:00
apply cargo fmt
This commit is contained in:
Vendored
+1
-1
@@ -228,7 +228,7 @@ impl<K: Hash + Eq + Clone, V: Clone> TimedLru<K, V> {
|
||||
pub(crate) fn flush(&self) {
|
||||
let now = Instant::now();
|
||||
let mut cache = self.cache.lock();
|
||||
|
||||
|
||||
// Collect keys of expired entries first
|
||||
let expired_keys: Vec<_> = cache
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user