Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jul 26, 2024
1 parent a9ed4b2 commit e9854c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Meadow.Contracts/Hardware/SerialMessageData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ public static SerialMessageData FromString(string message, Encoding encoding)
{
return new SerialMessageData() { Message = encoding.GetBytes(message) };
}

}
}

0 comments on commit e9854c7

Please sign in to comment.