cargo fmt

This commit is contained in:
Alexey Kondratov
2021-10-20 14:01:00 +03:00
parent 78773ee2c1
commit 58ee590bfd

View File

@@ -912,7 +912,7 @@ impl Timeline for LayeredTimeline {
fn get_disk_consistent_lsn(&self) -> Lsn {
self.disk_consistent_lsn.load()
}
}
fn writer<'a>(&'a self) -> Box<dyn TimelineWriter + 'a> {
Box::new(LayeredTimelineWriter {