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 Nov 20, 2024
1 parent b367cad commit cfdc024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ fn map_payment_status(
impl From<&ElavonPaymentsResponse> for enums::RefundStatus {
fn from(item: &ElavonPaymentsResponse) -> Self {
if item.is_successful() {
Self::Success
Self::Success
} else {
Self::Failure
}
Expand Down

0 comments on commit cfdc024

Please sign in to comment.