mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 12:00:42 +00:00
compaction: clippies
This commit is contained in:
@@ -3301,7 +3301,7 @@ impl Timeline {
|
||||
prev_key = Some(key);
|
||||
}
|
||||
if let Some(writer) = writer {
|
||||
new_layers.push(writer.finish(prev_key.unwrap().next(), &self)?);
|
||||
new_layers.push(writer.finish(prev_key.unwrap().next(), self)?);
|
||||
}
|
||||
|
||||
// Sync layers
|
||||
|
||||
Reference in New Issue
Block a user