chore: format

This commit is contained in:
askiiart 2025-01-15 17:28:07 -06:00
parent dc128013ff
commit 116c397118
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 2 additions and 5 deletions

View file

@ -2,10 +2,7 @@
use cat2text::{self, anybase, core};
use clap::{CommandFactory, Parser, Subcommand};
use clap_complete::aot::{generate, Bash, Fish, PowerShell, Zsh};
use std::{
io::stdout,
time::Instant,
};
use std::{io::stdout, time::Instant};
#[derive(Parser)]
#[command(version, about, long_about = None)]

View file

@ -4,4 +4,4 @@ mod cli;
fn main() {
#[cfg(feature = "bin")]
cli::run()
}
}