Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#2207)
Browse files Browse the repository at this point in the history
Automated dotnet-format update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 13, 2024
1 parent 4d1d049 commit 404e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommunityToolkit.Maui/Views/Popup/Popup.shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ protected override void OnBindingContextChanged()
if (Content is not null)
{
SetInheritedBindingContext(Content, BindingContext);

if (ReferenceEquals(Content.Parent, this) is false)
{
Content.Parent = null;
Expand Down

0 comments on commit 404e3e4

Please sign in to comment.