From 72f8f40f5904994d1e022fea7eb3eafefb3f98dd Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Tue, 29 Aug 2023 09:52:38 +0300 Subject: [PATCH] Fix examples fmt --- crates/teloxide/tests/command.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/teloxide/tests/command.rs b/crates/teloxide/tests/command.rs index 60fdc90d..2598756b 100644 --- a/crates/teloxide/tests/command.rs +++ b/crates/teloxide/tests/command.rs @@ -283,8 +283,8 @@ fn description_with_doc_attr_and_command() { assert_eq!( DefaultCommands::descriptions().to_string(), - "/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo command\nwith \ - new line\nFoo command\nwith new line" + "/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo \ + command\nwith new line\nFoo command\nwith new line" ); }