chore: run formatter

This commit is contained in:
hyperswitch-bot[bot]
2025-10-22 10:23:59 +00:00
parent 6c871518a0
commit 3729b9dbb0
4 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ use reqwest::multipart::Form;
use router_env::{instrument, logger, tracing, tracing_actix_web::RequestId};
use serde_json::json;
use unified_connector_service_masking::ExposeInterface;
use crate::{
configs,
connector_integration_interface::{

View File

@ -15,6 +15,7 @@ use hyperswitch_interfaces::{api as api_interface, api::ConnectorSpecifications}
use masking::ExposeInterface;
use unified_connector_service_client::payments as payments_grpc;
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
// use router_env::tracing::Instrument;
use super::{ConstructFlowSpecificData, Feature};
use crate::{

View File

@ -13,6 +13,7 @@ use hyperswitch_domain_models::{
use masking::ExposeInterface;
use unified_connector_service_client::payments as payments_grpc;
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
use super::{ConstructFlowSpecificData, Feature};
use crate::{
core::{

View File

@ -9,6 +9,7 @@ use hyperswitch_domain_models::payments as domain_payments;
use hyperswitch_interfaces::unified_connector_service::handle_unified_connector_service_response_for_payment_get;
use unified_connector_service_client::payments as payments_grpc;
use unified_connector_service_masking::ExposeInterface;
use super::{ConstructFlowSpecificData, Feature};
use crate::{
connector::utils::RouterData,