diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2015-09-01 08:37:41 -0700 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2015-09-01 08:37:41 -0700 |
commit | 475d358b213dfb8d35fa13c6636dcf4cce6175da (patch) | |
tree | 22354913347c37f683880e63f1a8774917d74986 /components/layout/traversal.rs | |
parent | e835fb651409164b41f075aaf159e018d9663eb0 (diff) | |
download | servo-475d358b213dfb8d35fa13c6636dcf4cce6175da.tar.gz servo-475d358b213dfb8d35fa13c6636dcf4cce6175da.zip |
layout: Fix tidy failures.
Diffstat (limited to 'components/layout/traversal.rs')
-rw-r--r-- | components/layout/traversal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/traversal.rs b/components/layout/traversal.rs index ff654e68364..ed8ae6ab76a 100644 --- a/components/layout/traversal.rs +++ b/components/layout/traversal.rs @@ -7,8 +7,8 @@ use construct::FlowConstructor; use context::LayoutContext; use css::matching::{ApplicableDeclarations, MatchMethods, StyleSharingResult}; -use flow::{self, Flow}; use flow::{MutableFlowUtils, PreorderFlowTraversal, PostorderFlowTraversal}; +use flow::{self, Flow}; use incremental::{self, BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW, RestyleDamage}; use script::layout_interface::ReflowGoal; use wrapper::{ThreadSafeLayoutNode, UnsafeLayoutNode}; |