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 5, 2024
1 parent 4721a48 commit a3b0e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/diesel_models/src/payment_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,8 @@ impl From<PaymentMethodUpdate> for PaymentMethodUpdateInternal {
connector_mandate_details,
network_transaction_id,
} => Self {
network_transaction_id: network_transaction_id.map(|network_transaction_id| network_transaction_id.expose()),
network_transaction_id: network_transaction_id
.map(|network_transaction_id| network_transaction_id.expose()),
connector_mandate_details,
last_modified: common_utils::date_time::now(),
status: None,
Expand Down

0 comments on commit a3b0e6d

Please sign in to comment.