Skip to content

Commit 4cd446e

Browse files
committed
Remove some trailing spaces
1 parent d136406 commit 4cd446e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15076,8 +15076,8 @@ mod tests {
1507615076
let nodes = create_network(2, &node_cfgs, &node_chanmgrs);
1507715077

1507815078
create_announced_chan_between_nodes(&nodes, 0, 1);
15079-
15080-
// Since we do not send peer storage, we manually simulate receiving a dummy
15079+
15080+
// Since we do not send peer storage, we manually simulate receiving a dummy
1508115081
// `PeerStorage` from the channel partner.
1508215082
nodes[0].node.handle_peer_storage(nodes[1].node.get_our_node_id(), msgs::PeerStorage{data: vec![0; 100]});
1508315083

lightning/src/ln/msgs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ pub struct UpdateFulfillHTLC {
729729
/// A [`peer_storage`] message that can be sent to or received from a peer.
730730
///
731731
/// This message is used to distribute backup data to peers.
732-
/// If data is lost or corrupted, users can retrieve it through [`PeerStorageRetrieval`]
732+
/// If data is lost or corrupted, users can retrieve it through [`PeerStorageRetrieval`]
733733
/// to recover critical information, such as channel states, for fund recovery.
734734
///
735735
/// [`peer_storage`] is used to send our own encrypted backup data to a peer.
@@ -744,7 +744,7 @@ pub struct PeerStorage {
744744
/// A [`peer_storage_retrieval`] message that can be sent to or received from a peer.
745745
///
746746
/// This message is sent to peers for whom we store backup data.
747-
/// If we receive this message, it indicates that the peer had stored our backup data.
747+
/// If we receive this message, it indicates that the peer had stored our backup data.
748748
/// This data can be used for fund recovery in case of data loss.
749749
///
750750
/// [`peer_storage_retrieval`] is used to send the most recent backup of the peer.

0 commit comments

Comments
 (0)