style: Rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-02 23:09:42 -04:00
parent f7240751f5
commit 665db79274
8 changed files with 46 additions and 26 deletions

View file

@ -30,7 +30,8 @@ pub type BoxShadow =
/// A specified value for a single `filter`.
#[cfg(feature = "gecko")]
pub type SpecifiedFilter = GenericFilter<Angle, Factor, NonNegativeLength, SimpleShadow, SpecifiedUrl>;
pub type SpecifiedFilter =
GenericFilter<Angle, Factor, NonNegativeLength, SimpleShadow, SpecifiedUrl>;
/// A specified value for a single `filter`.
#[cfg(feature = "servo")]