diff --git a/src/ImageSharp/Common/Extensions/ByteExtensions.cs b/src/ImageSharp/Common/Extensions/ByteExtensions.cs index ec53063e61..ee41096cfe 100644 --- a/src/ImageSharp/Common/Extensions/ByteExtensions.cs +++ b/src/ImageSharp/Common/Extensions/ByteExtensions.cs @@ -21,6 +21,6 @@ namespace SixLabors.ImageSharp public static ref Rgb24 AsRgb24(this Span bytes) { return ref Unsafe.As(ref bytes[0]); - } + } } } \ No newline at end of file