Fix formatting

This commit is contained in:
Maybe Waffle 2023-01-14 18:21:46 +04:00
parent 58fafd4280
commit 63e696d8c9

View file

@ -260,6 +260,5 @@ fn custom_result() {
type Result = ();
#[derive(BotCommands, Debug, PartialEq)]
enum DefaultCommands {
}
enum DefaultCommands {}
}