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 17, 2024
1 parent cf45556 commit 3dee527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ pub async fn delete_user(
.await
.change_context(UserErrors::InternalServerError)?;

match user_roles
match user_roles
.iter()
.find(|&role| role.merchant_id == user_from_token.merchant_id.as_str())
{
Expand Down

0 comments on commit 3dee527

Please sign in to comment.