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 Jan 10, 2025
1 parent 8fb8eb9 commit 9df8109
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/diesel_models/src/payment_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,9 +1048,7 @@ where
}
}

if let Ok(payment_mandate_record) =
serde_json::from_value::<Self>(value.clone())
{
if let Ok(payment_mandate_record) = serde_json::from_value::<Self>(value.clone()) {
payouts_data = payment_mandate_record.payouts
}

Expand Down

0 comments on commit 9df8109

Please sign in to comment.