From ae5b135fadaf91e2d6c337bdaecefb95ab8e07d7 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Wed, 18 Apr 2018 12:15:17 -0700 Subject: [PATCH] Format code --- src/ImageSharp/Formats/Gif/GifEncoderCore.cs | 2 +- .../Formats/Gif/Sections/GifGraphicsControlExtension.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs index 20850cfc2..910e348bb 100644 --- a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs +++ b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs @@ -220,7 +220,7 @@ namespace SixLabors.ImageSharp.Formats.Gif { return; } - + ImageProperty property = metadata.Properties.FirstOrDefault(p => p.Name == GifConstants.Comments); if (property == null || string.IsNullOrEmpty(property.Value)) { diff --git a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs index 9db73d4e7..a040aa900 100644 --- a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs +++ b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs @@ -2,7 +2,6 @@ // Licensed under the Apache License, Version 2.0. using System; -using System.Buffers.Binary; using System.Runtime.CompilerServices; using System.Runtime.InteropServices;