Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Apr 25, 2018
2 parents ae6eac3 + a421447 commit 21fe14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Postmark/Model/PostmarkMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public PostmarkMessage(string from, string to, string subject, string textBody,
Subject = subject;
TextBody = textBody;
HtmlBody = htmlBody;
Headers = headers = new HeaderCollection();
Headers = headers ?? new HeaderCollection();
}

/// <summary>
Expand Down

0 comments on commit 21fe14e

Please sign in to comment.