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
+}