mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
cargo fmt
This commit is contained in:
@@ -375,7 +375,6 @@ impl Timeline for ObjectTimeline {
|
||||
/// Memorize a full image of a page version
|
||||
///
|
||||
fn put_page_image(&self, tag: BufferTag, lsn: Lsn, img: Bytes) -> Result<()> {
|
||||
|
||||
self.put_page_entry(&tag, lsn, PageEntry::Page(img))?;
|
||||
|
||||
debug!(
|
||||
@@ -1035,7 +1034,6 @@ impl ObjectValue {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
///
|
||||
/// Iterator for `object_versions`. Returns all page versions of a given block, in
|
||||
/// reverse LSN order. This implements the traversal of ancestor timelines. If
|
||||
|
||||
Reference in New Issue
Block a user