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 13, 2023
1 parent 73fc299 commit 367f72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/routes/data/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ impl From<(Option<DataDuplicationCheck>, storage::types::Locker)>
for super::types::StoreCardResponse
{
fn from(
(duplication_check, value): (
Option<DataDuplicationCheck>,
storage::types::Locker,
),
(duplication_check, value): (Option<DataDuplicationCheck>, storage::types::Locker),
) -> Self {
Self {
status: types::Status::Ok,
Expand Down
2 changes: 1 addition & 1 deletion src/routes/data/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct StoreCardRespPayload {
#[serde(rename_all = "snake_case")]
pub enum DataDuplicationCheck {
Duplicated,
MetaDataChanged
MetaDataChanged,
}

#[derive(serde::Serialize, serde::Deserialize, Debug)]
Expand Down

0 comments on commit 367f72e

Please sign in to comment.