Skip to content

Commit 9c3d68f

Browse files
Update src/ImageSharp/Memory/Buffer2DExtensions.cs
Co-authored-by: Anton Firszov <[email protected]>
1 parent 6e70477 commit 9c3d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Memory/Buffer2DExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static IMemoryGroup<T> GetMemoryGroup<T>(this Buffer2D<T> buffer)
2222
where T : struct
2323
{
2424
Guard.NotNull(buffer, nameof(buffer));
25-
return buffer.FastMemoryGroup.View!;
25+
return buffer.FastMemoryGroup.View;
2626
}
2727

2828
/// <summary>

0 commit comments

Comments
 (0)