Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Jul 5, 2024
1 parent cfcad51 commit 38319c8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1221,9 +1221,7 @@ impl<F: Clone> UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> for Paymen

let billing_address = payment_data.address.get_payment_billing();
let billing_details = billing_address
.async_and_then(|_| async {
create_encrypted_data(key_store, billing_address).await
})
.async_and_then(|_| async { create_encrypted_data(key_store, billing_address).await })
.await;
let m_payment_data_payment_intent = payment_data.payment_intent.clone();
let m_customer_id = customer_id.clone();
Expand Down

0 comments on commit 38319c8

Please sign in to comment.