From 42459f56b0c97c4e5fb02f3f28484d9a208043d0 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 3 Dec 2024 12:52:31 +1000 Subject: [PATCH] fix(docstrings): minor lack of formatting breaking things (#3260) --- server/lib/src/credential/softlock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/src/credential/softlock.rs b/server/lib/src/credential/softlock.rs index f8256ab65..8bf2713a7 100644 --- a/server/lib/src/credential/softlock.rs +++ b/server/lib/src/credential/softlock.rs @@ -25,7 +25,7 @@ //! reset_count_at and a max number of attempts in that window (say 5). with short //! delays in between (1 second). //! -//! ``` +//! ```text //! //! ┌────────────────────────┐ //! │reset_at < current_time │