From 5390ed6e28770d6ce22dd4760a5ab336aa5ad362 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 10 Aug 2022 22:07:57 +0100 Subject: [PATCH] Fix formatting --- serial_test/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serial_test/src/lib.rs b/serial_test/src/lib.rs index 2e62d4a..d4cb5d6 100644 --- a/serial_test/src/lib.rs +++ b/serial_test/src/lib.rs @@ -45,8 +45,8 @@ //! // Do things //! } //! ```` -//! -//! +//! +//! //! For each test, a timeout can be specified with the `timeout_ms` parameter to the [serial](macro@serial) attribute. Note that //! the timeout is counted from the first invocation of the test, not from the time the previous test was completed. This can //! lead to [some unpredictable behavior](https://github.com/palfrey/serial_test/issues/76) based on the number of parallel tests run on the system.