Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e04e7c)
  • Loading branch information
ufna committed Aug 26, 2021
1 parent acbad67 commit 21217cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VaRest/Private/VaRestRequestJSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ void UVaRestRequestJSON::ProcessRequest()
HttpRequest->SetHeader(TEXT("Content-Type"), TEXT("application/json"));

// Body is ignored for get requests, so we shouldn't place json into it even if it's empty
if(RequestVerb == EVaRestRequestVerb::GET)
if (RequestVerb == EVaRestRequestVerb::GET)
{
break;
}
Expand Down

0 comments on commit 21217cc

Please sign in to comment.