Skip to content

Commit c5fd226

Browse files
committed
f - indentation
1 parent 39bfe5b commit c5fd226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/offers/offer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ impl Offer {
482482
}
483483

484484
Ok(InvoiceRequestBuilder::deriving_payer_id(
485-
self, expanded_key, entropy_source, secp_ctx, payment_id
485+
self, expanded_key, entropy_source, secp_ctx, payment_id
486486
))
487487
}
488488

@@ -506,7 +506,7 @@ impl Offer {
506506
}
507507

508508
Ok(InvoiceRequestBuilder::deriving_metadata(
509-
self, payer_id, expanded_key, entropy_source, payment_id
509+
self, payer_id, expanded_key, entropy_source, payment_id
510510
))
511511
}
512512

0 commit comments

Comments
 (0)