Skip to content

Commit c1bd96c

Browse files
committed
fmt: run cargo fmt
1 parent cad9b73 commit c1bd96c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,14 +1843,14 @@ impl Node {
18431843

18441844
// Check if this was the last open channel, if so, forget the peer.
18451845
//For force-closes we keep the peer
1846-
// in the store so the background reconnection task can fire and
1847-
// complete the channel_reestablish recovery flow. This is especially
1848-
// important for LND peers
1846+
// in the store so the background reconnection task can fire and
1847+
// complete the channel_reestablish recovery flow. This is especially
1848+
// important for LND peers
18491849
// The peer will be removed by the ChannelClosed event handler once
1850-
// the counterparty reconnects and confirms closure.
1850+
// the counterparty reconnects and confirms closure.
18511851
if open_channels.len() == 1 && !force {
18521852
self.peer_store.remove_peer(&counterparty_node_id)?;
1853-
}
1853+
}
18541854
}
18551855

18561856
Ok(())

0 commit comments

Comments
 (0)