Reformat with the 2024 rustfmt style edition

This commit is contained in:
Joscha 2025-02-22 15:45:27 +01:00
parent debd3795e9
commit dfc22b0008
19 changed files with 32 additions and 33 deletions

View file

@ -1,11 +1,11 @@
use showbits_common::{
Node, Tree, WidgetExt,
color::{BLACK, WHITE},
widgets::{Block, Text},
Node, Tree, WidgetExt,
};
use taffy::{
style_helpers::{length, percent, repeat},
AlignItems, Display, FlexDirection,
style_helpers::{length, percent, repeat},
};
use crate::printer::Printer;