Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 77ad639

Browse files
committed
Remove some unintentional whitespace
1 parent 49edbe8 commit 77ad639

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/Samples/ViewModel/LauncherViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async void OnLaunch()
3434
{
3535
try
3636
{
37-
3837
await Launcher.OpenAsync(LaunchUri);
3938
}
4039
catch (Exception ex)
@@ -52,7 +51,6 @@ async void CanLaunch()
5251
{
5352
try
5453
{
55-
5654
var canBeLaunched = await Launcher.CanOpenAsync(LaunchUri);
5755
await DisplayAlertAsync($"Uri {LaunchUri} can be launched: {canBeLaunched}");
5856
}

0 commit comments

Comments
 (0)