From 2de96cca2c25a1da0eb108b8b06faa4cf536e0ea Mon Sep 17 00:00:00 2001 From: morde Date: Thu, 13 Jun 2024 14:38:08 +0300 Subject: [PATCH] chore: formatting --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 1698e9e..85ad57b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -49,7 +49,6 @@ fn create_reqwest_client() -> Result { Ok(client) } - /// The `Cli` enum represents the different commands that can be used in the command-line interface. #[derive(Debug, Parser)] #[command(version)]