cargo fmt

This commit is contained in:
Eric Seppanen
2021-07-05 21:48:33 -07:00
parent 3386ce6f35
commit 96f4ddd243

View File

@@ -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