Skip to content

Commit a4ce540

Browse files
rassilonSreeshail1
authored andcommitted
Fix coding style violation..
1 parent 90f9053 commit a4ce540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/RestSharp/RestClient.Async.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ HttpRequestMessage PrepareRequestMessage(HttpMethod httpMethod, Uri url, HttpCon
323323
return message;
324324
}
325325

326-
static bool IsRedirect(RestClientRedirectionOptions options, HttpResponseMessage responseMessage)
327-
{
326+
static bool IsRedirect(RestClientRedirectionOptions options, HttpResponseMessage responseMessage) {
328327
return options.RedirectStatusCodes.Contains(responseMessage.StatusCode);
329328
}
330329

0 commit comments

Comments
 (0)