Fix indentation in doc example
authorJeffrey Czyz <jkczyz@gmail.com>
Sat, 23 Mar 2024 21:18:58 +0000 (16:18 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Sat, 23 Mar 2024 21:18:58 +0000 (16:18 -0500)
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.