Skip to content

Commit 7fc4bf1

Browse files
committed
f line lengths
1 parent 4ed4d02 commit 7fc4bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ macro_rules! maybe_break_monitor_err {
787787

788788
macro_rules! handle_chan_restoration_locked {
789789
($self: ident, $channel_lock: expr, $channel_state: expr, $channel_entry: expr,
790-
$raa: expr, $commitment_update: expr, $order: expr,
791-
$pending_forwards: expr, $broadcast_safe: expr, $funding_locked: expr) => { {
790+
$raa: expr, $commitment_update: expr, $order: expr, $pending_forwards: expr,
791+
$broadcast_safe: expr, $funding_locked: expr) => { {
792792
let res = handle_chan_restoration_locked!($self, $channel_lock, $channel_state, $channel_entry,
793793
$raa, $commitment_update, $order, None, $pending_forwards, $broadcast_safe, $funding_locked);
794794
// If there was no ChannelMonitorUpdate, we should never generate an Err in the res loop

0 commit comments

Comments
 (0)