Layout: Clean up Au conversion helper functions in the flexbox (#31137)

* cleanup helper functions in flexbox

* fmt
This commit is contained in:
atbrakhi 2024-01-22 10:28:19 +01:00 committed by GitHub
parent 8dcf3dd0b0
commit 8e6bdb69b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 32 deletions

View file

@ -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)
}
}