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/layout/actions.rs | |
| parent | e2d17aa9d9491b339e6200c97b52f7ade51fa1d8 (diff) | |
Reformat some things 🧺
Diffstat (limited to 'src/layout/actions.rs')
| -rw-r--r-- | src/layout/actions.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/actions.rs b/src/layout/actions.rs index 3eb85e50..069c3f7c 100644 --- a/src/layout/actions.rs +++ b/src/layout/actions.rs @@ -1,7 +1,8 @@ -//! Drawing and cofiguration actions used by layouts. +//! Drawing and cofiguration actions composing layouts. use std::fmt::{self, Display, Formatter}; use std::io::{self, Write}; + use crate::size::Size2D; use super::Layout; use LayoutAction::*; |
