pretty print tree

This commit is contained in:
tigercosmos 2017-12-22 16:21:32 +08:00
parent dfd8e85338
commit 43c94d3445
4 changed files with 42 additions and 15 deletions

View file

@ -2191,7 +2191,7 @@ impl Flow for BlockFlow {
}
fn print_extra_flow_children(&self, print_tree: &mut PrintTree) {
print_tree.add_item(format!("↑↑ Fragment for block: {:?}", self.fragment));
print_tree.add_item(format!("↑↑ Fragment for block:{:?}", self.fragment));
}
}