1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 19:12:05 +00:00

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

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 () =>
// {