Make dotnet format happy

This commit is contained in:
Isaac Marovitz
2024-07-19 19:45:09 +01:00
committed by Isaac Marovitz
parent 1287098b8b
commit eb2dae561f
2 changed files with 3 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ using System.Runtime.Versioning;
namespace Ryujinx.Graphics.Metal
{
[SupportedOSPlatform("macos")]
internal struct VertexBufferState
readonly internal struct VertexBufferState
{
public static VertexBufferState Null => new(BufferHandle.Null, 0, 0, 0);