diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-06-25 13:40:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-25 13:40:37 +0200 |
| commit | 7c2f07d12458ce6d2ee9c98f78d56ec8b20762bb (patch) | |
| tree | 69513fff80704874b1b1d4248ef40b631b1316f0 /src/Ryujinx.Horizon.Common/ResultNames.cs | |
| parent | ede5b3c3240f0d4cf06f38174bf50b9f2f3593e8 (diff) | |
[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
Diffstat (limited to 'src/Ryujinx.Horizon.Common/ResultNames.cs')
| -rw-r--r-- | src/Ryujinx.Horizon.Common/ResultNames.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Horizon.Common/ResultNames.cs b/src/Ryujinx.Horizon.Common/ResultNames.cs index 8f8173ed..84058cf2 100644 --- a/src/Ryujinx.Horizon.Common/ResultNames.cs +++ b/src/Ryujinx.Horizon.Common/ResultNames.cs @@ -1698,4 +1698,4 @@ namespace Ryujinx.Horizon.Common return _names.TryGetValue(errorCode, out name); } } -}
\ No newline at end of file +} |
