From b533a85a33ee9ce9439e01fdb81fc75f23e55d01 Mon Sep 17 00:00:00 2001 From: LasterAlex Date: Tue, 3 Sep 2024 14:21:57 +0300 Subject: [PATCH] Cargo fmt --- crates/teloxide/examples/dispatching_features.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/teloxide/examples/dispatching_features.rs b/crates/teloxide/examples/dispatching_features.rs index 23f127ff..8b327b55 100644 --- a/crates/teloxide/examples/dispatching_features.rs +++ b/crates/teloxide/examples/dispatching_features.rs @@ -4,11 +4,8 @@ use rand::Rng; use teloxide::{ - dispatching::HandlerExt, - prelude::*, - types::Dice, + dispatching::HandlerExt, prelude::*, sugar::request::RequestReplyExt, types::Dice, utils::command::BotCommands, - sugar::request::RequestReplyExt, }; #[tokio::main]