Run cargo fmt
This commit is contained in:
parent
755889e82d
commit
0bd6c08528
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ use showbits_common::{
|
|||
Node, Tree, WidgetExt,
|
||||
};
|
||||
use taffy::{
|
||||
style_helpers::{length, percent, repeat}, AlignContent, AlignItems, Display, FlexDirection
|
||||
style_helpers::{length, percent, repeat},
|
||||
AlignContent, AlignItems, Display, FlexDirection,
|
||||
};
|
||||
use time::Date;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue