Browse Source

stylecopped

pull/2082/head
Scott Williams 4 years ago
parent
commit
399d71ddf1
  1. 1
      src/ImageSharp/Formats/Webp/WebpDecoderCore.cs

1
src/ImageSharp/Formats/Webp/WebpDecoderCore.cs

@ -85,7 +85,6 @@ namespace SixLabors.ImageSharp.Formats.Webp
Image<TPixel> image = null;
try
{
this.Metadata = new ImageMetadata();
this.currentStream = stream;

Loading…
Cancel
Save