We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670b41a commit 5e56c5eCopy full SHA for 5e56c5e
lightning-background-processor/src/lib.rs
@@ -607,9 +607,9 @@ use core::task;
607
/// sleeper,
608
/// mobile_interruptable_platform,
609
/// || Some(SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap())
610
-/// )
611
-/// .await
612
-/// .expect("Failed to process events");
+/// )
+/// .await
+/// .expect("Failed to process events");
613
/// });
614
///
615
/// // Stop the background processing.
0 commit comments