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 19, 2024
1 parent a437639 commit 3ce44bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/api_models/src/relay.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
pub use common_utils::types::MinorUnit;
use serde::{Deserialize, Serialize};
use utoipa::ToSchema;

use crate::enums;

pub use common_utils::types::MinorUnit;

#[derive(Debug, ToSchema, Clone, Deserialize, Serialize)]
pub struct RelayRequest {
/// The identifier that is associated to a resource at the connector reference to which the relay request is being made
Expand Down

0 comments on commit 3ce44bb

Please sign in to comment.