Skip to content

Commit

Permalink
Follow the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Sep 20, 2022
1 parent befbf85 commit 60ee82f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/RestSharp/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ void ConfigureHttpMessageHandler(HttpClientHandler handler) {
handler.AllowAutoRedirect = Options.FollowRedirects;

if (handler.SupportsProxy)
{
handler.Proxy = Options.Proxy;
}

if (Options.RemoteCertificateValidationCallback != null)
handler.ServerCertificateCustomValidationCallback =
Expand Down

0 comments on commit 60ee82f

Please sign in to comment.