Skip to content

Commit 9fc9b88

Browse files
committed
rustfmt: Prepare lightning/src/offers/invoice_request.rs
1 parent 63eda06 commit 9fc9b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/offers/invoice_request.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ macro_rules! invoice_request_verify_method { ($self: ident, $self_type: ty) => {
771771
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
772772
///
773773
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
774+
#[rustfmt::skip]
774775
pub fn verify_using_metadata<
775776
#[cfg(not(c_bindings))]
776777
T: secp256k1::Signing
@@ -800,6 +801,7 @@ macro_rules! invoice_request_verify_method { ($self: ident, $self_type: ty) => {
800801
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
801802
///
802803
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
804+
#[rustfmt::skip]
803805
pub fn verify_using_recipient_data<
804806
#[cfg(not(c_bindings))]
805807
T: secp256k1::Signing

0 commit comments

Comments
 (0)