From 9254d0927873d54685edf3ffca1e448b432f5f10 Mon Sep 17 00:00:00 2001 From: "github-actions-dotnet-formatter[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:35:44 +0000 Subject: [PATCH] Automated dotnet-format update --- src/Shared/HandyControlDemo_Shared/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/HandyControlDemo_Shared/App.xaml.cs b/src/Shared/HandyControlDemo_Shared/App.xaml.cs index 5a326a71..d73c7465 100644 --- a/src/Shared/HandyControlDemo_Shared/App.xaml.cs +++ b/src/Shared/HandyControlDemo_Shared/App.xaml.cs @@ -172,7 +172,7 @@ public partial class App Task.Factory.StartNew(() => Process.Start(updateExePath, $"--update={api}")); } } - catch + catch { // ignored }