aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/conversions.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2019-05-09 19:12:32 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2019-05-10 12:43:06 +0200
commitdb2f6aa8ca1f23f78a497cb7cc960ff99f23ac04 (patch)
tree58fae3d37299c0986141ba88a106066716a518a1 /components/style/gecko/conversions.rs
parentf429c28f23bb21812deb042bf50e4bf16b9e1f1b (diff)
downloadservo-db2f6aa8ca1f23f78a497cb7cc960ff99f23ac04.tar.gz
servo-db2f6aa8ca1f23f78a497cb7cc960ff99f23ac04.zip
style: Rustfmt + build fix.
Diffstat (limited to 'components/style/gecko/conversions.rs')
-rw-r--r--components/style/gecko/conversions.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/components/style/gecko/conversions.rs b/components/style/gecko/conversions.rs
index 607c7388c3d..43082a7c04a 100644
--- a/components/style/gecko/conversions.rs
+++ b/components/style/gecko/conversions.rs
@@ -536,12 +536,10 @@ pub mod basic_shape {
StyleGeometryBox, StyleShapeSource, StyleShapeSourceType,
};
use crate::gecko_bindings::sugar::refptr::RefPtr;
- use crate::values::computed::basic_shape::{
- BasicShape, ClippingShape, FloatAreaShape,
- };
+ use crate::values::computed::basic_shape::{BasicShape, ClippingShape, FloatAreaShape};
use crate::values::computed::motion::OffsetPath;
use crate::values::computed::url::ComputedUrl;
- use crate::values::generics::basic_shape::{Path, GeometryBox, ShapeBox, ShapeSource};
+ use crate::values::generics::basic_shape::{GeometryBox, Path, ShapeBox, ShapeSource};
use crate::values::specified::SVGPathData;
impl StyleShapeSource {