From 27352bdd3748a17efbf5cf22f3f62364517301a6 Mon Sep 17 00:00:00 2001 From: "Yevgen Kreshchenko (ykreshch)" Date: Thu, 25 Jul 2024 16:49:42 -0400 Subject: [PATCH] fixing the linter formatting error --- DuoUniversal/Client.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuoUniversal/Client.cs b/DuoUniversal/Client.cs index af620de..0c0583d 100644 --- a/DuoUniversal/Client.cs +++ b/DuoUniversal/Client.cs @@ -184,7 +184,7 @@ public async Task ExchangeAuthorizationCodeForSamlResponse(string duoCod { string samlResponse; TokenResponse tokenResponse = await ExchangeAuthorizationCodeResponse(duoCode); - + try { // Calling this method to validate the token, before getting the samlResponse value