Skip to content

Commit be134d1

Browse files
Remove trailing whitespace.
1 parent f352d03 commit be134d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6037,7 +6037,7 @@ where
60376037
APIError::ChannelUnavailable { err: err_str }
60386038
})
60396039
}
6040-
_ => {
6040+
_ => {
60416041
let err_str = "No such channel awaiting to be accepted.".to_owned();
60426042
log_error!(logger, "{}", err_str);
60436043

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl PendingOutboundPayment {
243243
if insert_res {
244244
if let PendingOutboundPayment::Retryable {
245245
ref mut pending_amt_msat, ref mut pending_fee_msat,
246-
ref mut remaining_max_total_routing_fee_msat, ..
246+
ref mut remaining_max_total_routing_fee_msat, ..
247247
} = self {
248248
*pending_amt_msat += path.final_value_msat();
249249
let path_fee_msat = path.fee_msat();

0 commit comments

Comments
 (0)