Skip to content

Commit 444a1a2

Browse files
committed
f rustfmt
1 parent ddc3326 commit 444a1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/gossip.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,8 +1992,8 @@ where
19921992
///
19931993
/// All other parameters as used in [`msgs::UnsignedChannelAnnouncement`] fields.
19941994
pub fn add_channel_from_partial_announcement(
1995-
&self, short_channel_id: u64, timestamp: u64, features: ChannelFeatures,
1996-
node_id_1: NodeId, node_id_2: NodeId,
1995+
&self, short_channel_id: u64, timestamp: u64, features: ChannelFeatures, node_id_1: NodeId,
1996+
node_id_2: NodeId,
19971997
) -> Result<(), LightningError> {
19981998
if node_id_1 == node_id_2 {
19991999
return Err(LightningError {

0 commit comments

Comments
 (0)