mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
fmt
This commit is contained in:
parent
58cb5ad152
commit
030a349f60
1 changed files with 1 additions and 4 deletions
|
@ -182,8 +182,5 @@ fn descriptions_off() {
|
|||
Help,
|
||||
}
|
||||
|
||||
assert_eq!(
|
||||
DefaultCommands::descriptions(),
|
||||
"/help\n".to_owned()
|
||||
);
|
||||
assert_eq!(DefaultCommands::descriptions(), "/help\n".to_owned());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue