mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix examples fmt
This commit is contained in:
parent
7304e552cd
commit
72f8f40f59
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue