Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 10, 2022
1 parent 8d3ada2 commit a1a3211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private protected override void OnConnectHandler(AView platformView)
{
base.OnConnectHandler(platformView);

if(platformView is MauiPageControl pageControl)
if (platformView is MauiPageControl pageControl)
pageControl.SetIndicatorView(VirtualView);
}

Expand Down

0 comments on commit a1a3211

Please sign in to comment.