Reformat with the 2024 rustfmt style edition
This commit is contained in:
parent
debd3795e9
commit
dfc22b0008
19 changed files with 32 additions and 33 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use image::{imageops, RgbaImage};
|
||||
use rand::{seq::SliceRandom, Rng};
|
||||
use image::{RgbaImage, imageops};
|
||||
use rand::{Rng, seq::SliceRandom};
|
||||
use showbits_assets::{EGG_BAD_COVERS, EGG_BAD_PATTERNS, EGG_COVERS, EGG_PATTERNS};
|
||||
use showbits_common::{
|
||||
Node, Tree, WidgetExt,
|
||||
color::{self, WHITE},
|
||||
widgets::{Image, Text},
|
||||
Node, Tree, WidgetExt,
|
||||
};
|
||||
use taffy::{style_helpers::percent, AlignItems, Display, FlexDirection};
|
||||
use taffy::{AlignItems, Display, FlexDirection, style_helpers::percent};
|
||||
|
||||
use crate::printer::Printer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue