Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 23, 2024
1 parent 3f9c0ba commit 89215f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/core/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 89215f0

Please sign in to comment.