mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
pretty print tree
This commit is contained in:
parent
dfd8e85338
commit
43c94d3445
4 changed files with 42 additions and 15 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue