mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Address review comments
This commit is contained in:
parent
6a9001b4fd
commit
0e60c878f6
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ impl<'a, 'b> FlowConstructor<'a, 'b> {
|
|||
float::none => {
|
||||
FlowConstructionResult(wrapper_flow, abs_descendants)
|
||||
}
|
||||
float_kind => {
|
||||
_ => {
|
||||
let float_kind = FloatKind::from_property(float_value);
|
||||
let float_flow = box BlockFlow::float_from_node(self, node, float_kind) as Box<Flow>;
|
||||
let mut float_flow = FlowRef::new(float_flow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue