Run formatter for real

This commit is contained in:
Jimmy Reichley 2024-08-17 10:52:11 -04:00
parent 47e2cc6f02
commit 1eb7146b90
No known key found for this signature in database
GPG Key ID: 67715DC5A329803C
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ namespace Ryujinx.UI.Common.Helper
{
return new Nca(vfs.KeySet, ncaStorage);
}
catch (Exception ex)
catch (Exception)
{
// Dispatcher.UIThread.InvokeAsync(async () =>
// {