Fix indentation in doc example
[rust-lightning] / lightning-background-processor / src / lib.rs
index 48581766af8cb97970eeb924297315cc6c93dd2c..cf37c5fd5a85750580f63a35685d0405d1246875 100644 (file)
@@ -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.