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

Commit

Permalink
Remove some unintentional whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Nov 29, 2018
1 parent 49edbe8 commit 77ad639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Samples/Samples/ViewModel/LauncherViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async void OnLaunch()
{
try
{

await Launcher.OpenAsync(LaunchUri);
}
catch (Exception ex)
Expand All @@ -52,7 +51,6 @@ async void CanLaunch()
{
try
{

var canBeLaunched = await Launcher.CanOpenAsync(LaunchUri);
await DisplayAlertAsync($"Uri {LaunchUri} can be launched: {canBeLaunched}");
}
Expand Down

0 comments on commit 77ad639

Please sign in to comment.