Skip to content

Commit a9bd65b

Browse files
committed
ran cargo fmt
1 parent c247bb0 commit a9bd65b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/resources/payment_intent_ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use serde::{Deserialize, Serialize};
22

3-
use crate::{PaymentIntent, PaymentIntentCancellationReason};
43
use crate::client::{Client, Response};
54
use crate::params::{Expandable, Metadata, SearchList};
65
use crate::resources::{Currency, PaymentSource, Shipping};
6+
use crate::{PaymentIntent, PaymentIntentCancellationReason};
77

88
impl PaymentIntent {
99
/// Confirm that customer intends to pay with current or provided source. Upon confirmation, the PaymentIntent will attempt to initiate a payment.

src/resources/price_ext.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
use serde::Serialize;
22

3-
use crate::{
4-
Client, Price, Response,
5-
};
63
use crate::params::SearchList;
4+
use crate::{Client, Price, Response};
75

86
#[derive(Clone, Debug, Default, Serialize)]
97
pub struct PriceSearchParams<'a> {

src/resources/product_ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use serde::Serialize;
22

3-
use crate::{Client, Product, Response};
43
use crate::params::SearchList;
4+
use crate::{Client, Product, Response};
55

66
#[derive(Clone, Debug, Default, Serialize)]
77
pub struct ProductSearchParams<'a> {

0 commit comments

Comments
 (0)