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); return new Nca(vfs.KeySet, ncaStorage);
} }
catch (Exception ex) catch (Exception)
{ {
// Dispatcher.UIThread.InvokeAsync(async () => // Dispatcher.UIThread.InvokeAsync(async () =>
// { // {