summaryrefslogtreecommitdiff
path: root/src/style.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-08-30 22:18:55 +0200
committerLaurenz <laurmaedje@gmail.com>2020-08-30 22:18:55 +0200
commit181f756a9e8f7b664101058fe91e36b3858c2d02 (patch)
tree542e7c694e91d8cc91fa97a328e9bda0567db679 /src/style.rs
parent0d44cf532136f3ba8e34d6f967f9e844cfb9c3f0 (diff)
Format everything with rustfmt! 💚
Diffstat (limited to 'src/style.rs')
-rw-r--r--src/style.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/style.rs b/src/style.rs
index 2a8b6d87..e964103a 100644
--- a/src/style.rs
+++ b/src/style.rs
@@ -1,8 +1,6 @@
//! Styles for text and pages.
-use fontdock::{
- fallback, FallbackTree, FontStyle, FontVariant, FontWeight, FontWidth,
-};
+use fontdock::{fallback, FallbackTree, FontStyle, FontVariant, FontWeight, FontWidth};
use crate::geom::{Margins, Size, Value4};
use crate::length::{Length, ScaleLength};