Fix err msg typo

Signed-off-by: Dhammika Pathirana <dham@neon.tech>
This commit is contained in:
Dhammika Pathirana
2022-05-11 16:13:26 -07:00
parent 20361395bb
commit c864091035

View File

@@ -1512,7 +1512,7 @@ impl LayeredTimeline {
.ensure_loaded()
.with_context(|| {
format!(
"Ancestor timeline is not is not loaded. Timeline id: {} Ancestor id {:?}",
"Ancestor timeline is not loaded. Timeline id: {} Ancestor id {:?}",
self.timeline_id,
self.get_ancestor_timeline_id(),
)