Skip to content

Commit 404e3e4

Browse files
[housekeeping] Automated PR to fix formatting errors (#2207)
Automated dotnet-format update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d1d049 commit 404e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui/Views/Popup/Popup.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ protected override void OnBindingContextChanged()
384384
if (Content is not null)
385385
{
386386
SetInheritedBindingContext(Content, BindingContext);
387-
387+
388388
if (ReferenceEquals(Content.Parent, this) is false)
389389
{
390390
Content.Parent = null;

0 commit comments

Comments
 (0)