Fix examples fmt

This commit is contained in:
TheAwiteb 2023-08-29 09:52:38 +03:00
parent 7304e552cd
commit 72f8f40f59
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -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"
);
}