Run cargo fmt

This commit is contained in:
Joscha 2024-03-17 17:41:51 +01:00
parent 755889e82d
commit 0bd6c08528

View file

@ -4,7 +4,8 @@ use showbits_common::{
Node, Tree, WidgetExt, Node, Tree, WidgetExt,
}; };
use taffy::{ use taffy::{
style_helpers::{length, percent, repeat}, AlignContent, AlignItems, Display, FlexDirection style_helpers::{length, percent, repeat},
AlignContent, AlignItems, Display, FlexDirection,
}; };
use time::Date; use time::Date;