Skip to content

Commit 18c0256

Browse files
committed
f rustfmt
1 parent 8a3d3ea commit 18c0256

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3710,10 +3710,7 @@ where
37103710
})
37113711
}
37123712

3713-
fn convert_unfunded_channel_err_internal<
3714-
SP: Deref,
3715-
CM: AChannelManager,
3716-
>(
3713+
fn convert_unfunded_channel_err_internal<SP: Deref, CM: AChannelManager>(
37173714
cm: &CM, err: ChannelError, chan: &mut Channel<SP>,
37183715
) -> (bool, MsgHandleErrInternal)
37193716
where

0 commit comments

Comments
 (0)