style: rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-29 21:44:35 +02:00
parent 069c0b06de
commit 1af30fa0c9
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
9 changed files with 62 additions and 23 deletions

View file

@ -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"))]