mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
layout: Minor whitespace and formatting cleanups.
This commit is contained in:
parent
711993eb46
commit
a299a2c71c
4 changed files with 6 additions and 4 deletions
|
@ -665,7 +665,9 @@ impl<'a> FlowConstructor<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
self.create_fragments_for_node_text_content(&mut initial_fragments, node, node.style());
|
||||
self.create_fragments_for_node_text_content(&mut initial_fragments,
|
||||
node,
|
||||
node.style());
|
||||
}
|
||||
|
||||
self.build_flow_for_block_starting_with_fragments(flow, node, initial_fragments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue