Skip to content

Commit 92556c8

Browse files
committed
Drop spurious whitespace in channel.rs
1 parent 8e7f241 commit 92556c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lightning/src/ln/channel.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,11 +2174,11 @@ impl<Signer: Sign> Channel<Signer> {
21742174

21752175
/// Returns transaction if there is pending funding transaction that is yet to broadcast
21762176
pub fn unbroadcasted_funding(&self) -> Option<Transaction> {
2177-
if self.channel_state & (ChannelState::FundingCreated as u32) != 0 {
2178-
self.funding_transaction.clone()
2179-
} else {
2180-
None
2181-
}
2177+
if self.channel_state & (ChannelState::FundingCreated as u32) != 0 {
2178+
self.funding_transaction.clone()
2179+
} else {
2180+
None
2181+
}
21822182
}
21832183

21842184
/// Returns a HTLCStats about inbound pending htlcs

0 commit comments

Comments
 (0)