Skip to content

Commit

Permalink
Update MauiEventCollector.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Sep 20, 2024
1 parent 79947b0 commit f6be744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void TryAppendEvents<TEvent>(Shell shell, List<IEventHandler<TEvent>> lis
{
foreach (var page in navStack)
{
if(page != null)
if (page != null)
{
TryAppendEvents(page, list);
}
Expand Down

0 comments on commit f6be744

Please sign in to comment.