Skip to content

Commit adec850

Browse files
committed
Add rustfmt skip to rustfmt fail sites
1 parent 89f5217 commit adec850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6039,6 +6039,7 @@ where
60396039
let mut draining_pending_forwards = pending_forwards.drain(..);
60406040
while let Some(forward_info) = draining_pending_forwards.next() {
60416041
let queue_fail_htlc_res = match forward_info {
6042+
#[rustfmt::skip]
60426043
HTLCForwardInfo::AddHTLC(PendingAddHTLCInfo {
60436044
prev_short_channel_id, prev_htlc_id, prev_channel_id, prev_funding_outpoint,
60446045
prev_user_channel_id, prev_counterparty_node_id, forward_info: PendingHTLCInfo {
@@ -6191,6 +6192,7 @@ where
61916192
} else {
61926193
'next_forwardable_htlc: for forward_info in pending_forwards.drain(..) {
61936194
match forward_info {
6195+
#[rustfmt::skip]
61946196
HTLCForwardInfo::AddHTLC(PendingAddHTLCInfo {
61956197
prev_short_channel_id, prev_htlc_id, prev_channel_id, prev_funding_outpoint,
61966198
prev_user_channel_id, prev_counterparty_node_id, forward_info: PendingHTLCInfo {

0 commit comments

Comments
 (0)