mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 09:12:22 -05:00
[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:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Ryujinx.Horizon.Common
|
||||
{
|
||||
public struct OnScopeExit : IDisposable
|
||||
public readonly struct OnScopeExit : IDisposable
|
||||
{
|
||||
private readonly Action _action;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user