chore: run formatter

This commit is contained in:
hyperswitch-bot[bot]
2025-10-24 12:42:27 +00:00
parent 83761b9d74
commit b8eac5844e

View File

@ -4,7 +4,7 @@ use common_enums::enums;
use hyperswitch_domain_models::{ use hyperswitch_domain_models::{
api::ApplicationResponse, router_response_types::PaymentMethodTypeMetadata, api::ApplicationResponse, router_response_types::PaymentMethodTypeMetadata,
}; };
use hyperswitch_interfaces::api::{ConnectorSpecifications, ConnectorCommon}; use hyperswitch_interfaces::api::{ConnectorCommon, ConnectorSpecifications};
use router_env::{instrument, tracing, Flow}; use router_env::{instrument, tracing, Flow};
use strum::IntoEnumIterator; use strum::IntoEnumIterator;