Skip to content

Commit

Permalink
Fix code formatting in PostmarkInboundMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsandu committed Jul 8, 2020
1 parent 736818d commit 32f59ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Postmark/Model/PostmarkInboundMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ public class CcFull : AddressFull
public class BccFull : AddressFull
{
}

public class AddressFull
{
{
public string Email { get; set; }
public string Name { get; set; }
public string MailboxHash { get; set; }
Expand All @@ -153,7 +153,6 @@ public class Attachment
public string Content { get; set; }
public string ContentType { get; set; }
public long ContentLength { get; set; }

public string ContentID { get; set; }
}

Expand Down

0 comments on commit 32f59ef

Please sign in to comment.