diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-13 13:09:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-13 13:09:39 +0200 |
| commit | 5c04185892947969005ffcf6412d7190dafb3a79 (patch) | |
| tree | feef0dcb373261e44a31242584635f11c6cc1701 /src/style.rs | |
| parent | e2d17aa9d9491b339e6200c97b52f7ade51fa1d8 (diff) | |
Reformat some things 🧺
Diffstat (limited to 'src/style.rs')
| -rw-r--r-- | src/style.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style.rs b/src/style.rs index cd404dd2..b9c37790 100644 --- a/src/style.rs +++ b/src/style.rs @@ -1,6 +1,7 @@ -//! Styles for layouting. +//! Layouting styles. use toddle::query::FontClass; + use crate::size::{Size, Size2D, SizeBox}; |
