mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Mostly formatting improvements, but also recovering a pair of parenthesis that was accidentally removed, changing the logic. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
dc018b5f9f
commit
219a2f2038
7 changed files with 58 additions and 19 deletions
|
@ -945,7 +945,7 @@ impl FlexContainer {
|
|||
let max_box_size = self.config.flex_axis.vec2_to_flex_relative(max_box_size);
|
||||
let min_box_size = self.config.flex_axis.vec2_to_flex_relative(min_box_size);
|
||||
|
||||
(min_box_size.cross, max_box_size.cross.map(Into::into))
|
||||
(min_box_size.cross, max_box_size.cross)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue