Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 11, 2024
1 parent 3668657 commit b8c75ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ private async Task<string> ServiceInvokerInternal(
endpoint
);

Check notice on line 154 in Src/VTEX/VTEXWrapper.cs

View check run for this annotation

codefactor.io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L154

An opening brace should not be followed by a blank line. (SA1505)
private readonly IHttpClientFactory _httpClientFactory;

public VTEXWrapper(ILoggerFactory loggerFactory, IHttpClientFactory httpClientFactory)
{
Expand All @@ -162,10 +161,7 @@ public VTEXWrapper(ILoggerFactory loggerFactory, IHttpClientFactory httpClientFa
}

_logger = loggerFactory.CreateLogger<VTEXWrapper>();
_httpClientFactory = httpClientFactory ?? throw new ArgumentNullException(nameof(httpClientFactory));
LogConsumer.Debug(uriBuilder.ToString());

_httpClientFactory = httpClientFactory;
}

Check notice on line 165 in Src/VTEX/VTEXWrapper.cs

View check run for this annotation

codefactor.io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L165

A closing brace should not be preceded by a blank line. (SA1508)
var cookieContainer = new CookieContainer();

Expand Down

0 comments on commit b8c75ef

Please sign in to comment.