mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unnecessary clone in layout (#34350)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
f943ba023a
commit
9542466b31
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ impl NonReplacedFormattingContext {
|
|||
auto_block_size_stretches_to_containing_block: bool,
|
||||
) -> InlineContentSizesResult {
|
||||
sizing::outer_inline(
|
||||
&self.style.clone(),
|
||||
&self.style,
|
||||
containing_block,
|
||||
auto_minimum,
|
||||
auto_block_size_stretches_to_containing_block,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue