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/func.rs | |
| parent | e2d17aa9d9491b339e6200c97b52f7ade51fa1d8 (diff) | |
Reformat some things 🧺
Diffstat (limited to 'src/func.rs')
| -rw-r--r-- | src/func.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/func.rs b/src/func.rs index 14dd5beb..cbe7a31a 100644 --- a/src/func.rs +++ b/src/func.rs @@ -5,6 +5,7 @@ use std::collections::HashMap; use std::fmt::{self, Debug, Formatter}; use toddle::query::FontClass; + use crate::layout::{Layout, MultiLayout , LayoutContext, LayoutResult}; use crate::parsing::{ParseContext, ParseResult}; use crate::syntax::{SyntaxTree, FuncHeader}; |
