Skip to content

Commit b9cbcdf

Browse files
author
Elias Rohrer
committed
Indentation fix.
1 parent 8913a5a commit b9cbcdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,12 +1600,12 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, L: Deref, CMH: Deref> P
16001600
}
16011601

16021602
fn is_gossip_msg(type_id: u16) -> bool {
1603-
match type_id {
1604-
msgs::ChannelAnnouncement::TYPE |
1605-
msgs::ChannelUpdate::TYPE |
1606-
msgs::NodeAnnouncement::TYPE => true,
1607-
_ => false
1608-
}
1603+
match type_id {
1604+
msgs::ChannelAnnouncement::TYPE |
1605+
msgs::ChannelUpdate::TYPE |
1606+
msgs::NodeAnnouncement::TYPE => true,
1607+
_ => false
1608+
}
16091609
}
16101610

16111611
#[cfg(test)]

0 commit comments

Comments
 (0)