Skip to content

Commit

Permalink
Merge pull request #98 from microsoft/bhavyaus-update-comment
Browse files Browse the repository at this point in the history
Remove unnessary return statement to trigger new build version for updating symbols to be non-portable.
  • Loading branch information
bhavyaus authored Nov 18, 2021
2 parents bf79794 + c771833 commit 6c12334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Microsoft.Xaml.Behaviors/VisualStateUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static bool GoToState(FrameworkElement element, string stateName, bool us
/// Gets the value of the VisualStateManager.VisualStateGroups attached property.
/// </summary>
/// <param name="targetObject">The element from which to get the VisualStateManager.VisualStateGroups.</param>
/// <returns></returns>
public static IList GetVisualStateGroups(FrameworkElement targetObject)
{
IList visualStateGroups = new List<VisualStateGroup>();
Expand Down

0 comments on commit 6c12334

Please sign in to comment.