Skip to content

Commit 1c54a48

Browse files
committed
f Missing commas
1 parent 0be3d9e commit 1c54a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/build_a_node_in_rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,11 @@ fn handle_ldk_event(..) {
681681
Event::ProbeFailed { .. } => { .. }, // insert handling code
682682
Event::HTLCHandlingFailed { .. } => { .. }, // insert handling code
683683
Event::PendingHTLCsForwardable { .. } => { .. }, // insert handling code
684-
Event::SpendableOutputs { .. } => { .. } // insert handling code
684+
Event::SpendableOutputs { .. } => { .. }, // insert handling code
685685
Event::OpenChannelRequest { .. } => { .. }, // insert handling code
686-
Event::PaymentForwarded { .. } => { .. } // insert handling code
687-
Event::ChannelClosed { .. } => { .. } // insert handling code
688-
Event::DiscardFunding { .. } => { .. } // insert handling code
686+
Event::PaymentForwarded { .. } => { .. }, // insert handling code
687+
Event::ChannelClosed { .. } => { .. }, // insert handling code
688+
Event::DiscardFunding { .. } => { .. }, // insert handling code
689689
}
690690
}
691691
```

0 commit comments

Comments
 (0)