From 63e696d8c9fe6882a681d7ee463d663ede9fc6c7 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sat, 14 Jan 2023 18:21:46 +0400 Subject: [PATCH] Fix formatting --- crates/teloxide/tests/command.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/teloxide/tests/command.rs b/crates/teloxide/tests/command.rs index ce8ed389..cc4cd8a1 100644 --- a/crates/teloxide/tests/command.rs +++ b/crates/teloxide/tests/command.rs @@ -260,6 +260,5 @@ fn custom_result() { type Result = (); #[derive(BotCommands, Debug, PartialEq)] - enum DefaultCommands { - } + enum DefaultCommands {} }