From b8055739ff841b34645070f032e39c25506830d9 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 29 Dec 2017 01:57:41 -0500 Subject: [PATCH] rm semicolon --- .../SalesforceAuthenticationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs b/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs index db72d5e..9ab62ff 100644 --- a/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs +++ b/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs @@ -272,7 +272,7 @@ namespace Owin.Security.Providers.Salesforce // if AuthenticationProperties for this session specifies an environment property // it should take precedence over the value in AuthenticationOptions - string environmentProperty = null; ; + string environmentProperty = null; if (properties.Dictionary.TryGetValue(Constants.EnvironmentAuthenticationProperty, out environmentProperty)) { endpoint = environmentProperty == Constants.SandboxEnvironment ?