Skip to content

Commit 1c65e18

Browse files
committed
f - rustfmt
1 parent 08a303f commit 1c65e18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,10 @@ where
28422842
funding_tx_locktime: self.funding_negotiation_context.funding_tx_locktime,
28432843
inputs_to_contribute: funding_inputs,
28442844
shared_funding_input: None,
2845-
shared_funding_output: SharedOwnedOutput::new(shared_funding_output, self.funding_negotiation_context.our_funding_satoshis),
2845+
shared_funding_output: SharedOwnedOutput::new(
2846+
shared_funding_output,
2847+
self.funding_negotiation_context.our_funding_satoshis,
2848+
),
28462849
outputs_to_contribute: funding_outputs,
28472850
};
28482851
let mut tx_constructor = InteractiveTxConstructor::new(constructor_args)?;

0 commit comments

Comments
 (0)