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 3, 2023
1 parent ecc07d9 commit 1684dae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/router/src/core/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ pub mod types;

use std::{fmt::Debug, marker::PhantomData, ops::Deref, time::Instant, vec::IntoIter};

use api_models::{
self, enums,
payments::HeaderPayload,
};
use api_models::{self, enums, payments::HeaderPayload};
use common_utils::{ext_traits::AsyncExt, pii, types::Surcharge};
use data_models::mandates::MandateData;
use diesel_models::{ephemeral_key, fraud_check::FraudCheck};
Expand Down

0 comments on commit 1684dae

Please sign in to comment.