Skip to content

Commit 3b22505

Browse files
committed
Fixed spacing
1 parent 3c88afc commit 3b22505

File tree

1 file changed

+1
-1
lines changed
  • cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/core

1 file changed

+1
-1
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/core/MerchantConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace AuthenticationSdk.core
1818
*============================================================================================*/
1919
public class MerchantConfig
2020
{
21-
public MerchantConfig(IReadOnlyDictionary<string, string> merchantConfigDictionary = null, Dictionary<string,bool> mapToControlMLEonAPI=null)
21+
public MerchantConfig(IReadOnlyDictionary<string, string> merchantConfigDictionary = null, Dictionary<string, bool> mapToControlMLEonAPI = null)
2222
{
2323
var _propertiesSetUsing = string.Empty;
2424

0 commit comments

Comments
 (0)