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 4, 2024
1 parent 3317e55 commit 2d63fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public VTEXWrapper(string accountName)
/// </summary>
public void Dispose()
{

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

View check run for this annotation

codefactor.io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L125

An opening brace should not be followed by a blank line. (SA1505)

_appKey = null;
_appToken = null;
_requestMediator.Dispose();
Expand Down

0 comments on commit 2d63fa1

Please sign in to comment.