From 399d71ddf16c77ec660294c5a1142d5ecc736afd Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 9 Apr 2022 22:39:42 +0100 Subject: [PATCH] stylecopped --- src/ImageSharp/Formats/Webp/WebpDecoderCore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs b/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs index 5646f71fa..7052be4ea 100644 --- a/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs +++ b/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs @@ -85,7 +85,6 @@ namespace SixLabors.ImageSharp.Formats.Webp Image image = null; try { - this.Metadata = new ImageMetadata(); this.currentStream = stream;