Skip to content

Commit 3653f8b

Browse files
committed
Run rustfmt on chain/transaction.rs
1 parent dcee13f commit 3653f8b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lightning/src/chain/transaction.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ impl OutPoint {
6161
/// This is not exported to bindings users as the same type is used universally in the C bindings
6262
/// for all outpoints
6363
pub fn into_bitcoin_outpoint(self) -> BitcoinOutPoint {
64-
BitcoinOutPoint {
65-
txid: self.txid,
66-
vout: self.index as u32,
67-
}
64+
BitcoinOutPoint { txid: self.txid, vout: self.index as u32 }
6865
}
6966
}
7067

rustfmt_excluded_files

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ lightning/src/chain/channelmonitor.rs
44
lightning/src/chain/mod.rs
55
lightning/src/chain/onchaintx.rs
66
lightning/src/chain/package.rs
7-
lightning/src/chain/transaction.rs
87
lightning/src/lib.rs
98
lightning/src/ln/async_signer_tests.rs
109
lightning/src/ln/blinded_payment_tests.rs

0 commit comments

Comments
 (0)