mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Layout: Clean up Au
conversion helper functions in the flexbox (#31137)
* cleanup helper functions in flexbox * fmt
This commit is contained in:
parent
8dcf3dd0b0
commit
8e6bdb69b1
2 changed files with 8 additions and 32 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue