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 May 9, 2024
1 parent 6446639 commit 45c0606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/api_models/src/payouts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use masking::Secret;
use serde::{Deserialize, Serialize};
use time::PrimitiveDateTime;
use utoipa::ToSchema;

use crate::{enums as api_enums, payments};

#[derive(Debug, Deserialize, Serialize, Clone, ToSchema)]
Expand Down
1 change: 0 additions & 1 deletion crates/router/src/connector/payone/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::{

type Error = error_stack::Report<errors::ConnectorError>;
use crate::connector::utils::CardData;

#[cfg(feature = "payouts")]
use crate::{
connector::utils::RouterData,
Expand Down

0 comments on commit 45c0606

Please sign in to comment.