Browse Source
Update src/ImageSharp/Memory/Buffer2DExtensions.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2327/head
Stefan Nikolei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/ImageSharp/Memory/Buffer2DExtensions.cs
|
|
|
@ -22,7 +22,7 @@ public static class Buffer2DExtensions |
|
|
|
where T : struct |
|
|
|
{ |
|
|
|
Guard.NotNull(buffer, nameof(buffer)); |
|
|
|
return buffer.FastMemoryGroup.View!; |
|
|
|
return buffer.FastMemoryGroup.View; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|