From 116c397118edf3b1b3f36c6925129e1b1bbbdf14 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Wed, 15 Jan 2025 17:28:07 -0600 Subject: [PATCH] chore: format --- src/cli.rs | 5 +---- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 9bede55..bf6779f 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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)] diff --git a/src/main.rs b/src/main.rs index 23796ea..61bbc90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,4 +4,4 @@ mod cli; fn main() { #[cfg(feature = "bin")] cli::run() -} \ No newline at end of file +}