From dbe8f6b5f032d9ffdf431176f3fecd52e7098b9e Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:59:57 +0000 Subject: [PATCH] chore: run formatter --- crates/router/src/core/recon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/recon.rs b/crates/router/src/core/recon.rs index 0cd662125d8..abfa6b6404e 100644 --- a/crates/router/src/core/recon.rs +++ b/crates/router/src/core/recon.rs @@ -1,4 +1,4 @@ -use api_models::{recon as recon_api}; +use api_models::recon as recon_api; #[cfg(feature = "email")] use common_utils::ext_traits::AsyncExt; use error_stack::ResultExt;