Skip to content

Commit 7530c54

Browse files
committed
cargo fmt
1 parent 93f5144 commit 7530c54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/tw_utxo/src/compiler.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ impl Compiler<StandardBitcoinContext> {
194194

195195
// Update the change amount in the `bitcoin` crate native transaction.
196196
// This is required for the sighash calculation.
197-
tx.output.last_mut().expect("change output not set").value =
198-
change_output.value;
197+
tx.output.last_mut().expect("change output not set").value = change_output.value;
199198
}
200199

201200
// Calculate the effective fee.

0 commit comments

Comments
 (0)