Skip to content

Commit 9de2c6d

Browse files
Remove trailing whitespace in events/mod.rs
My text editor removes trailing whitespace automatically so let's make the removal official.
1 parent 79267d3 commit 9de2c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,12 +1190,12 @@ pub enum Event {
11901190
/// events generated or serialized by versions prior to 0.0.122.
11911191
next_user_channel_id: Option<u128>,
11921192
/// The node id of the previous node.
1193-
///
1193+
///
11941194
/// This is only `None` for HTLCs received prior to 0.1 or for events serialized by
11951195
/// versions prior to 0.1
11961196
prev_node_id: Option<PublicKey>,
11971197
/// The node id of the next node.
1198-
///
1198+
///
11991199
/// This is only `None` for HTLCs received prior to 0.1 or for events serialized by
12001200
/// versions prior to 0.1
12011201
next_node_id: Option<PublicKey>,

0 commit comments

Comments
 (0)