summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Transport/Web.cs
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-10-07 15:30:59 -0600
committerBrandon West <brawest@gmail.com>2014-10-07 15:30:59 -0600
commitd9a3ace4faefa9222c64db0f549285767209e8a6 (patch)
tree7d1a85b3015c5128140d5b61539448e0ecfef5e3 /SendGrid/SendGridMail/Transport/Web.cs
parentca91fad22dfec2cd1219267fe979c1d9a33a522e (diff)
downloadsendgrid-csharp-d9a3ace4faefa9222c64db0f549285767209e8a6.zip
sendgrid-csharp-d9a3ace4faefa9222c64db0f549285767209e8a6.tar.gz
sendgrid-csharp-d9a3ace4faefa9222c64db0f549285767209e8a6.tar.bz2
line endings and whitespace
Diffstat (limited to 'SendGrid/SendGridMail/Transport/Web.cs')
-rw-r--r--SendGrid/SendGridMail/Transport/Web.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/Transport/Web.cs b/SendGrid/SendGridMail/Transport/Web.cs
index 24202bf..f5ea706 100644
--- a/SendGrid/SendGridMail/Transport/Web.cs
+++ b/SendGrid/SendGridMail/Transport/Web.cs
@@ -44,8 +44,8 @@ namespace SendGrid
{
BaseAddress = new Uri("https://" + BaseUrl)
};
- client.DefaultRequestHeaders.TryAddWithoutValidation("User-Agent", "sendgrid/4.0.1;csharp");
+ client.DefaultRequestHeaders.TryAddWithoutValidation("User-Agent", "sendgrid/4.0.1;csharp");
var content = new MultipartFormDataContent();
AttachFormParams(message, content);