diff options
Diffstat (limited to 'components/layout/model.rs')
-rw-r--r-- | components/layout/model.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/model.rs b/components/layout/model.rs index 59065300c4d..c33c21a49b9 100644 --- a/components/layout/model.rs +++ b/components/layout/model.rs @@ -5,8 +5,8 @@ //! Borders, padding, and margins. use app_units::Au; -use euclid::SideOffsets2D; use crate::fragment::Fragment; +use euclid::SideOffsets2D; use std::cmp::{max, min}; use std::fmt; use style::logical_geometry::{LogicalMargin, WritingMode}; |