[Ryujinx.Horizon.Common] Address dotnet-format issues (#5382)

* dotnet format style --severity info

Some changes were manually reverted.

* Address most dotnet format whitespace warnings

* Address IDE0251 warnings

* dotnet format whitespace after rebase
This commit is contained in:
TSRBerry
2023-06-25 13:40:37 +02:00
committed by GitHub
parent ede5b3c324
commit 7c2f07d124
4 changed files with 44 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
namespace Ryujinx.Horizon.Common
{
public struct OnScopeExit : IDisposable
public readonly struct OnScopeExit : IDisposable
{
private readonly Action _action;