summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-12-06 16:17:35 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-12-06 16:17:35 -0800
commite82ced5260b94449145d760cabf8c697bc8eb4a5 (patch)
tree10c886e065172ac93882d4b02099770b41cf6c98 /src
parent97483a6f046b43777a40977c08275dac21555277 (diff)
downloadsendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.zip
sendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.tar.gz
sendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.tar.bz2
New dotnet test process
Diffstat (limited to 'src')
-rw-r--r--src/SendGrid/Client.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SendGrid/Client.cs b/src/SendGrid/Client.cs
index fe4996b..5711a52 100644
--- a/src/SendGrid/Client.cs
+++ b/src/SendGrid/Client.cs
@@ -189,10 +189,8 @@ namespace SendGrid
PreAuthenticate = true,
UseDefaultCredentials = false,
};
-
return new HttpClient(httpClientHandler);
}
-
return new HttpClient();
}