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 5937cd4 commit cafb148
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 @@ -393,6 +393,7 @@ UriBuilder uriBuilder
break;
case HttpRequestMethod.PATCH:
var request = new HttpRequestMessage(new HttpMethod(@"PATCH"), uriBuilder.Uri)

{

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

View check run for this annotation

codefactor.io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L397

Opening braces should not be preceded by blank line. (SA1509)
Content = content,
};
Expand Down

0 comments on commit cafb148

Please sign in to comment.