Removed unnecessary break in comment.

This commit is contained in:
Artyom 2022-12-27 13:40:18 +07:00 committed by Hirrolot
parent 62ff003720
commit 0be873122f

View file

@ -110,7 +110,6 @@ async fn callback_handler(bot: Bot, q: CallbackQuery) -> Result<(), Box<dyn Erro
let text = format!("You chose: {version}");
// Tell telegram that we've seen this query, to remove 🕑 icons from the
//
// clients. You could also use `answer_callback_query`'s optional
// parameters to tweak what happens on the client side.
bot.answer_callback_query(q.id).await?;