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
|
|
@ -3,10 +3,10 @@ use std::path::PathBuf;
|
|||
use escpos::{
|
||||
driver::FileDriver,
|
||||
printer::Printer as EPrinter,
|
||||
utils::{PageCode, Protocol, GS},
|
||||
utils::{GS, PageCode, Protocol},
|
||||
};
|
||||
use image::{Rgba, RgbaImage};
|
||||
use showbits_common::{color, Tree};
|
||||
use showbits_common::{Tree, color};
|
||||
use taffy::{AvailableSpace, NodeId, Size};
|
||||
|
||||
pub struct Printer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue