cargo fmt

This commit is contained in:
Elnu 2022-04-26 11:09:29 -07:00
parent a2ff904532
commit ddef4f326b
2 changed files with 13 additions and 11 deletions

View file

@ -382,4 +382,4 @@ async fn suggest(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
.unwrap();
msg.reply(&ctx.http, "Suggestion sent! Thank you for making a suggestion. If it is chosen to be used in a future challenge, you will be mentioned in the challenge description!").await?;
Ok(())
}
}