Skip to content

Commit f68a05c

Browse files
authored
Update Microsoft.Toolkit.Uwp.UI/Behaviors/FocusBehavior.cs
1 parent 8f16836 commit f68a05c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Behaviors/FocusBehavior.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public sealed class FocusBehavior : BehaviorBase<UIElement>
3030
typeof(FocusBehavior),
3131
new PropertyMetadata(null, OnTargetsPropertyChanged));
3232

33-
3433
/// <summary>
3534
/// The DP to store the <see cref="FocusEngagementTimeout"/> property value.
3635
/// </summary>

0 commit comments

Comments
 (0)