diff options
author | Johann Tuffe <tafia973@gmail.com> | 2015-08-20 20:47:12 +0800 |
---|---|---|
committer | Johann Tuffe <tafia973@gmail.com> | 2015-08-20 20:47:12 +0800 |
commit | ec07178b6fc5a0ab559eb191952101cf92b5d666 (patch) | |
tree | f7550ec6d7623b57b29d3030686f4fdb609f0b36 /components/layout/table_caption.rs | |
parent | d3c7e31722fb194f1a266eec9ae57d2f2557e7a6 (diff) | |
download | servo-ec07178b6fc5a0ab559eb191952101cf92b5d666.tar.gz servo-ec07178b6fc5a0ab559eb191952101cf92b5d666.zip |
sort all uses
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r-- | components/layout/table_caption.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs index 5cd35f5be99..460478790c6 100644 --- a/components/layout/table_caption.rs +++ b/components/layout/table_caption.rs @@ -12,11 +12,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; /// A table formatting context. pub struct TableCaptionFlow { |