diff --git a/src/ImageSharp/Formats/Gif/LzwDecoder.cs b/src/ImageSharp/Formats/Gif/LzwDecoder.cs index 6d2ec0e138..b77d01739f 100644 --- a/src/ImageSharp/Formats/Gif/LzwDecoder.cs +++ b/src/ImageSharp/Formats/Gif/LzwDecoder.cs @@ -42,8 +42,6 @@ namespace ImageSharp.Formats /// /// Decodes and decompresses all pixel indices from the stream. - /// - /// /// /// The width of the pixel index array. /// The height of the pixel index array.