Skip to content

Commit 06a6dbc

Browse files
committed
f style
1 parent 41d79b8 commit 06a6dbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning-invoice/src/payment.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ where
411411
{
412412
fn handle_event(&self, event: &Event) {
413413
match event {
414-
Event::PaymentPathFailed { all_paths_failed, payment_id, payment_hash, rejected_by_dest, path, short_channel_id, retry, .. } => {
414+
Event::PaymentPathFailed {
415+
all_paths_failed, payment_id, payment_hash, rejected_by_dest, path, short_channel_id, retry, ..
416+
} => {
415417
if let Some(short_channel_id) = short_channel_id {
416418
self.scorer.lock().payment_path_failed(path, *short_channel_id);
417419
}

0 commit comments

Comments
 (0)