Skip to content

Commit

Permalink
[create-pull-request] automated change (dotnet#13373)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and TJ Lambert committed Feb 21, 2023
1 parent 23d8ed0 commit 5932685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Windows/TextBlockExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ internal static void UpdateTextPlainText(this TextBlock platformControl, IText l
{
platformControl.Text = label.Text;
}

static XElement? ParseXhtml(string? html)
{
if (string.IsNullOrEmpty(html))
Expand Down

0 comments on commit 5932685

Please sign in to comment.