style: Format recent patches.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-07 23:55:04 +01:00
parent efa54a876a
commit 175e594652
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 10 additions and 9 deletions

View file

@ -20,7 +20,7 @@ use values::computed::{self, CSSPixelLength, Context, ExtremumLength};
use values::generics::length::{MaxLength as GenericMaxLength, MozLength as GenericMozLength};
use values::generics::NonNegative;
use values::specified::calc::CalcNode;
use values::{Auto, CSSFloat, Either, Normal, IsAuto};
use values::{Auto, CSSFloat, Either, IsAuto, Normal};
pub use super::image::{ColorStop, EndingShape as GradientEndingShape, Gradient};
pub use super::image::{GradientKind, Image};