From dce5ee6920792158434dc060c1ce0e12f96f6d46 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Thu, 2 Mar 2023 20:53:30 +0300 Subject: [PATCH] Fix rustfmt --- crates/teloxide/src/utils/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide/src/utils/command.rs b/crates/teloxide/src/utils/command.rs index be27c560..78a4df7c 100644 --- a/crates/teloxide/src/utils/command.rs +++ b/crates/teloxide/src/utils/command.rs @@ -177,7 +177,7 @@ pub use teloxide_macros::BotCommands; /// /// 5. `#[command(hide)]` /// Hide a command from the help message. It will still be parsed. -/// +/// /// ## Example /// ``` /// # #[cfg(feature = "macros")] {