Skip to content

Commit 5e56c5e

Browse files
committed
Fix indentation in doc example
1 parent 670b41a commit 5e56c5e

File tree

1 file changed

+3
-3
lines changed
  • lightning-background-processor/src

1 file changed

+3
-3
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ use core::task;
607607
/// sleeper,
608608
/// mobile_interruptable_platform,
609609
/// || Some(SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap())
610-
/// )
611-
/// .await
612-
/// .expect("Failed to process events");
610+
/// )
611+
/// .await
612+
/// .expect("Failed to process events");
613613
/// });
614614
///
615615
/// // Stop the background processing.

0 commit comments

Comments
 (0)