Skip to content

Commit

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

* Revert "Automated dotnet-format update"

This reverts commit 5ce323c.

* `dotnet format`

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brandon Minnick <[email protected]>
  • Loading branch information
github-actions[bot] and TheCodeTraveler authored Feb 19, 2024
1 parent 3cda1bd commit 7784043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public async Task ShowPopup_IsLogicalChild()
page.ShowPopup((MockPopup)popup);
Assert.Equal(2, page.LogicalChildrenInternal.Count);

await((MockPopup)popup).CloseAsync(token: CancellationToken.None);
await ((MockPopup)popup).CloseAsync(token: CancellationToken.None);
Assert.Single(page.LogicalChildrenInternal);
}

Expand Down

0 comments on commit 7784043

Please sign in to comment.