From 6004d9189c091c3c35a7b3a1f6b549abc26a8e8b Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 30 Dec 2020 17:06:52 +0300 Subject: [PATCH] fmt --- src/bot/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bot/mod.rs b/src/bot/mod.rs index 3620b767..00032315 100644 --- a/src/bot/mod.rs +++ b/src/bot/mod.rs @@ -102,8 +102,8 @@ impl Bot { /// Sets a custom API URL. /// - /// For example, you can run your own [Telegram bot API server][tbas] and set - /// its URL using this method. + /// For example, you can run your own [Telegram bot API server][tbas] and + /// set its URL using this method. /// /// [tbas]: https://github.com/tdlib/telegram-bot-api ///