From 89215f006e918252b5cea8562597b17d11266e9e Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:50:50 +0000 Subject: [PATCH] chore: run formatter --- crates/router/src/core/payments.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs index 994e86389227..e68b7a75448a 100644 --- a/crates/router/src/core/payments.rs +++ b/crates/router/src/core/payments.rs @@ -605,8 +605,8 @@ where .map_err(|e| logger::error!(routable_connector_error=?e)) .unwrap_or_default(); - let filtered_nt_supported_connectors = - get_filtered_nt_supported_connectors(&state, connectors.clone()); + let filtered_nt_supported_connectors = + get_filtered_nt_supported_connectors(&state, connectors.clone()); let is_nt_supported_connector_available = filtered_nt_supported_connectors.first().is_some();