From b8eac5844ea777d2bc2b8e69ffd0f405da1231d6 Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:42:27 +0000 Subject: [PATCH] chore: run formatter --- crates/router/src/routes/feature_matrix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/routes/feature_matrix.rs b/crates/router/src/routes/feature_matrix.rs index 5a9322127e..651273af99 100644 --- a/crates/router/src/routes/feature_matrix.rs +++ b/crates/router/src/routes/feature_matrix.rs @@ -4,7 +4,7 @@ use common_enums::enums; use hyperswitch_domain_models::{ 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 strum::IntoEnumIterator;