From 33f6e7c0537cceec5d1eb44a7321e86e6cc635e6 Mon Sep 17 00:00:00 2001 From: hrithikesh026 Date: Tue, 14 Oct 2025 13:22:24 +0530 Subject: [PATCH] chore: address clippy lints --- .../src/core/payments/flows/authorize_flow.rs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/crates/router/src/core/payments/flows/authorize_flow.rs b/crates/router/src/core/payments/flows/authorize_flow.rs index b84393498d..473d2b4ac5 100644 --- a/crates/router/src/core/payments/flows/authorize_flow.rs +++ b/crates/router/src/core/payments/flows/authorize_flow.rs @@ -231,13 +231,12 @@ impl Feature for types::PaymentsAu should_continue_further, ) .await?; - let should_continue_further = - tokenization::update_router_data_with_payment_method_token_result( - payment_method_token_response, - &mut router_data, - is_retry_payment, - should_continue_further, - ); + tokenization::update_router_data_with_payment_method_token_result( + payment_method_token_response, + &mut router_data, + is_retry_payment, + should_continue_further, + ); router_data = router_data.preprocessing_steps(state, connector).await?; let should_continue_further = matches!(