mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 09:37:11 +02: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:
parent
ede5b3c324
commit
7c2f07d124
4 changed files with 44 additions and 44 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Ryujinx.Horizon.Common
|
||||
{
|
||||
public struct OnScopeExit : IDisposable
|
||||
public readonly struct OnScopeExit : IDisposable
|
||||
{
|
||||
private readonly Action _action;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue