From ed42420d9e5042e3835d2521766aa69d4ff50382 Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:18:44 +0000 Subject: [PATCH] chore: run formatter --- crates/router/src/core/errors/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/errors/user.rs b/crates/router/src/core/errors/user.rs index c6a962aba16..d42bf1659b8 100644 --- a/crates/router/src/core/errors/user.rs +++ b/crates/router/src/core/errors/user.rs @@ -234,7 +234,7 @@ impl UserErrors { Self::InvalidTotp => "Invalid TOTP", Self::TotpRequired => "TOTP required", Self::InvalidRecoveryCode => "Invalid Recovery Code", - Self::TwoFactorAuthNotSetup => "Two factor auth not setup" + Self::TwoFactorAuthNotSetup => "Two factor auth not setup", } } }