mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Fix formatting
This commit is contained in:
parent
58fafd4280
commit
63e696d8c9
1 changed files with 1 additions and 2 deletions
|
@ -260,6 +260,5 @@ fn custom_result() {
|
||||||
type Result = ();
|
type Result = ();
|
||||||
|
|
||||||
#[derive(BotCommands, Debug, PartialEq)]
|
#[derive(BotCommands, Debug, PartialEq)]
|
||||||
enum DefaultCommands {
|
enum DefaultCommands {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue