style: Rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-07-08 12:56:47 +02:00
parent c913941669
commit 55966412af
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
4 changed files with 3 additions and 8 deletions

View file

@ -11,7 +11,7 @@ use crate::values::generics::svg as generic;
use crate::values::RGBA;
use crate::Zero;
pub use crate::values::specified::{SVGPaintOrder, MozContextProperties};
pub use crate::values::specified::{MozContextProperties, SVGPaintOrder};
/// Computed SVG Paint value
pub type SVGPaint = generic::GenericSVGPaint<Color, ComputedUrl>;