Skip to content

Commit d796bc7

Browse files
chore: run formatter
1 parent bcf5a7b commit d796bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/api_models/src/payments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use cards::CardNumber;
1010
#[cfg(feature = "v2")]
1111
use common_enums::enums::PaymentConnectorTransmission;
1212
use common_enums::ProductType;
13-
use common_types::payments as common_payments_types;
1413
#[cfg(feature = "v2")]
1514
use common_types::domain::MerchantConnectorAuthDetails;
15+
use common_types::payments as common_payments_types;
1616
#[cfg(feature = "v1")]
1717
use common_types::primitive_wrappers::{
1818
ExtendedAuthorizationAppliedBool, RequestExtendedAuthorizationBool,

0 commit comments

Comments
 (0)