diff options
Diffstat (limited to 'components/layout_2020/flow/inline.rs')
-rw-r--r-- | components/layout_2020/flow/inline.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout_2020/flow/inline.rs b/components/layout_2020/flow/inline.rs index 88152e20d53..05b02685549 100644 --- a/components/layout_2020/flow/inline.rs +++ b/components/layout_2020/flow/inline.rs @@ -2405,6 +2405,7 @@ impl<'a> ContentSizesComputation<'a> { had_non_whitespace_content_yet: false, linebreaker: None, ending_inline_pbm_stack: Vec::new(), - }.traverse(inline_formatting_context) + } + .traverse(inline_formatting_context) } } |