mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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!(
|
assert_eq!(
|
||||||
DefaultCommands::descriptions().to_string(),
|
DefaultCommands::descriptions().to_string(),
|
||||||
"/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo command\nwith \
|
"/start — Start command\nStart command\n/help — Help command\nwith new line\n/foo — Foo \
|
||||||
new line\nFoo command\nwith new line"
|
command\nwith new line\nFoo command\nwith new line"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue