Skip to content

Commit 60ee82f

Browse files
committed
Follow the formatting
1 parent befbf85 commit 60ee82f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RestSharp/RestClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ void ConfigureHttpMessageHandler(HttpClientHandler handler) {
141141
handler.AllowAutoRedirect = Options.FollowRedirects;
142142

143143
if (handler.SupportsProxy)
144-
{
145144
handler.Proxy = Options.Proxy;
146-
}
147145

148146
if (Options.RemoteCertificateValidationCallback != null)
149147
handler.ServerCertificateCustomValidationCallback =

0 commit comments

Comments
 (0)