aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/multicol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/multicol.rs')
-rw-r--r--components/layout/multicol.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/layout/multicol.rs b/components/layout/multicol.rs
index 784df3d0ba7..8a9738a6038 100644
--- a/components/layout/multicol.rs
+++ b/components/layout/multicol.rs
@@ -13,11 +13,11 @@ use flow::{FlowClass, Flow, OpaqueFlow};
use fragment::{Fragment, FragmentBorderBoxIterator};
use euclid::{Point2D, Rect};
-use util::geometry::Au;
-use util::logical_geometry::LogicalSize;
use std::fmt;
-use style::properties::ComputedValues;
use std::sync::Arc;
+use style::properties::ComputedValues;
+use util::geometry::Au;
+use util::logical_geometry::LogicalSize;
pub struct MulticolFlow {
pub block_flow: BlockFlow,