From 199f058849b7dfc64e83080db6cec931b6d559fc Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:02:57 +0000 Subject: [PATCH] chore: run formatter --- crates/api_models/src/feature_matrix.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/api_models/src/feature_matrix.rs b/crates/api_models/src/feature_matrix.rs index 4f4ef8c5a60e..c1eb699705fa 100644 --- a/crates/api_models/src/feature_matrix.rs +++ b/crates/api_models/src/feature_matrix.rs @@ -4,8 +4,8 @@ use serde::{Deserialize, Serialize}; use utoipa::ToSchema; use crate::enums::{ - CaptureMethod, Connector, CountryAlpha2, Currency, EventClass, FeatureStatus, - PaymentConnectorCategory, PaymentMethod, PaymentMethodType, CardNetwork + CaptureMethod, CardNetwork, Connector, CountryAlpha2, Currency, EventClass, FeatureStatus, + PaymentConnectorCategory, PaymentMethod, PaymentMethodType, }; #[derive(Default, Debug, Deserialize, Serialize, Clone, ToSchema)]