mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
ac4894ed8d
commit
a44515c314
2 changed files with 6 additions and 3 deletions
|
@ -183,7 +183,10 @@ impl Number {
|
|||
value: CSSFloat,
|
||||
calc_clamping_mode: Option<AllowedNumericType>,
|
||||
) -> Self {
|
||||
Self { value, calc_clamping_mode }
|
||||
Self {
|
||||
value,
|
||||
calc_clamping_mode,
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns this percentage as a number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue