Skip to content

Commit

Permalink
Automated dotnet-format update (xamarin#14898)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 17, 2021
1 parent a42225d commit 07f257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Platform.WPF/Renderers/PageRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected override void OnElementChanged(ElementChangedEventArgs<Page> e)
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
{
base.OnElementPropertyChanged(sender, e);

if (e.PropertyName == ContentPage.ContentProperty.PropertyName
|| e.PropertyName == TemplatedPage.ControlTemplateProperty.PropertyName)
{
Expand Down

0 comments on commit 07f257c

Please sign in to comment.