mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
style: rustfmt recent changes.
This commit is contained in:
parent
069c0b06de
commit
1af30fa0c9
9 changed files with 62 additions and 23 deletions
|
@ -19,7 +19,8 @@ pub type AnimatedSimpleShadow = GenericSimpleShadow<Color, Length, Length>;
|
|||
|
||||
/// An animated value for a single `filter`.
|
||||
#[cfg(feature = "gecko")]
|
||||
pub type AnimatedFilter = GenericFilter<Angle, Number, Number, Length, AnimatedSimpleShadow, ComputedUrl>;
|
||||
pub type AnimatedFilter =
|
||||
GenericFilter<Angle, Number, Number, Length, AnimatedSimpleShadow, ComputedUrl>;
|
||||
|
||||
/// An animated value for a single `filter`.
|
||||
#[cfg(not(feature = "gecko"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue