Browse Source

Format code

af/merge-core
Jason Nelson 8 years ago
parent
commit
ae5b135fad
  1. 2
      src/ImageSharp/Formats/Gif/GifEncoderCore.cs
  2. 1
      src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs

2
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))
{

1
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;

Loading…
Cancel
Save