mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
1754c832d8
commit
071ce6f345
22 changed files with 210 additions and 163 deletions
|
@ -30,6 +30,10 @@ impl Animate for LengthPercentage {
|
|||
|
||||
// Gets clamped as needed after the animation if needed, so no need to
|
||||
// specify any particular AllowedNumericType.
|
||||
Ok(LengthPercentage::new_calc(length, percentage, AllowedNumericType::All))
|
||||
Ok(LengthPercentage::new_calc(
|
||||
length,
|
||||
percentage,
|
||||
AllowedNumericType::All,
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue