From a59fb0ddea9e2a32fb5598973f2622e5a21c2a12 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sun, 24 Jul 2022 19:01:36 +0600 Subject: [PATCH] Fix formatting --- src/dispatching/repls/repl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching/repls/repl.rs b/src/dispatching/repls/repl.rs index 329c1e51..8ae7cbba 100644 --- a/src/dispatching/repls/repl.rs +++ b/src/dispatching/repls/repl.rs @@ -14,7 +14,7 @@ use teloxide_core::requests::Requester; /// REPLs are meant only for simple bots and rapid prototyping. If you need to /// supply dependencies or describe more complex dispatch logic, please use /// [`Dispatcher`]. -/// +/// /// See also: ["Dispatching or /// REPLs?"](dispatching/index.html#dispatching-or-repls) ///