Skip to content

Commit 6fbff84

Browse files
Fix formatting
1 parent b080f53 commit 6fbff84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/PopupsPage.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ async void HandleSimplePopupButtonClicked(object sender, EventArgs e)
3131
CornerRadius = new CornerRadius(4),
3232
Stroke = Colors.White
3333
}
34-
}, queryAttributes
35-
, CancellationToken.None);
34+
}, queryAttributes, CancellationToken.None);
3635
}
3736

3837
async void HandleButtonPopupButtonClicked(object sender, EventArgs e)

0 commit comments

Comments
 (0)