Skip to content

Commit 6be209a

Browse files
committed
Minor formatting changes
1 parent a7548b0 commit 6be209a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/Client/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public async System.Threading.Tasks.Task<object> CallApiAsync(
517517
}
518518

519519
logger.Debug($"HTTP Request Headers :\n{logUtility.MaskSensitiveData(headerPrintOutput.ToString())}");
520-
520+
521521
var newRestClientOptions = GetRestClientOptions(Configuration);
522522

523523
var actualRestClient = RestClientFactory.GetRestClient(Configuration, newRestClientOptions);

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void SetApiClientUsingDefault (ApiClient apiClient = null)
201201
/// Gets or sets the MapToControlMLEonAPI
202202
/// </summary>
203203
public Dictionary<string, bool> MapToControlMLEonAPI { get; set; } = new Dictionary<string, bool>();
204-
204+
205205
/// <summary>
206206
/// Add default header.
207207
/// </summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/generator/cybersource-csharp-template/ApiClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ namespace {{packageName}}.Client
571571
}
572572

573573
logger.Debug($"HTTP Request Headers :\n{logUtility.MaskSensitiveData(headerPrintOutput.ToString())}");
574-
574+
575575
var newRestClientOptions = GetRestClientOptions(Configuration);
576576

577577
var actualRestClient = RestClientFactory.GetRestClient(Configuration, newRestClientOptions);

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/generator/cybersource-csharp-template/Configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ namespace {{packageName}}.Client
194194
/// Gets or sets the MapToControlMLEonAPI
195195
/// </summary>
196196
public Dictionary<string, bool> MapToControlMLEonAPI { get; set; } = new Dictionary<string, bool>();
197-
197+
198198
/// <summary>
199199
/// Add default header.
200200
/// </summary>

0 commit comments

Comments
 (0)