Skip to content

Commit 5bc3252

Browse files
committed
slight fix
1 parent be8e483 commit 5bc3252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpenRGB.NET/Writables/UpdateLedsArg.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace OpenRGB.NET;
66
internal readonly record struct UpdateLedsArg(ushort ColorCount) : ISpanWritable
77
{
88
public int Length => sizeof(uint) +
9-
sizeof(uint) +
109
sizeof(ushort);
1110

1211
public void WriteTo(ref SpanWriter writer)

0 commit comments

Comments
 (0)