From: Jeffrey Czyz Date: Sat, 23 Mar 2024 21:18:58 +0000 (-0500) Subject: Fix indentation in doc example X-Git-Tag: v0.0.123-beta~26^2~2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=5e56c5ed452fe6db6903fee44bf00561cb078075;p=rust-lightning Fix indentation in doc example --- diff --git a/lightning-background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs index 48581766a..cf37c5fd5 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.