Skip to content

Commit 4670e95

Browse files
Fix trailing whitespace issue
1 parent 3b1518a commit 4670e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/FrameworkElement/FrameworkElementExtensions.LogicalTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public static partial class FrameworkElementExtensions
209209

210210
goto Start;
211211
}
212-
}
212+
}
213213
else if (element is UserControl userControl)
214214
{
215215
// We put UserControl right before the slower reflection fallback path as

0 commit comments

Comments
 (0)