From 5e56c5ed452fe6db6903fee44bf00561cb078075 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Sat, 23 Mar 2024 16:18:58 -0500 Subject: [PATCH] Fix indentation in doc example --- lightning-background-processor/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightning-background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs index 48581766..cf37c5fd 100644 --- a/lightning-background-processor/src/lib.rs +++ b/lightning-background-processor/src/lib.rs @@ -607,9 +607,9 @@ use core::task; /// sleeper, /// mobile_interruptable_platform, /// || Some(SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap()) -/// ) -/// .await -/// .expect("Failed to process events"); +/// ) +/// .await +/// .expect("Failed to process events"); /// }); /// /// // Stop the background processing. -- 2.30.2