summaryrefslogtreecommitdiffstats
path: root/svgbob/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/lib.rs')
-rw-r--r--svgbob/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/src/lib.rs b/svgbob/src/lib.rs
index 098c3c1..1252e67 100644
--- a/svgbob/src/lib.rs
+++ b/svgbob/src/lib.rs
@@ -8,8 +8,8 @@ mod point;
pub mod util;
pub use buffer::{
- fragment, fragment::Fragment, Cell, CellBuffer, Direction, FragmentBuffer, Property, Settings,
- Signal,
+ fragment, fragment::Fragment, Cell, CellBuffer, Direction, FragmentBuffer,
+ Property, Settings, Signal,
};
pub use point::Point;
pub use sauron;