Skip to content

Commit 936db46

Browse files
[create-pull-request] automated change (#31333)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ed82dc commit 936db46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controls/src/Core/Platform/iOS/Extensions/LabelExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class LabelExtensions
1212
public static void UpdateText(this UILabel platformLabel, Label label)
1313
{
1414
var text = TextTransformUtilites.GetTransformedText(label.Text, label.TextTransform);
15-
15+
1616
switch (label.TextType)
1717
{
1818
case TextType.Html:

src/Controls/tests/Core.UnitTests/WebViewHelperTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Xunit;
21
using Microsoft.Maui.Handlers;
2+
using Xunit;
33

44
namespace Microsoft.Maui.Controls.Core.UnitTests;
55

0 commit comments

Comments
 (0)