Skip to content

Commit

Permalink
[create-pull-request] automated change (#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 Feb 16, 2023
1 parent b126535 commit de88e02
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 de88e02

Please sign in to comment.