Browse Source

Disable nullable in GifGraphicControlExtension

pull/2282/head
Stefan Nikolei 4 years ago
parent
commit
15aef61582
  1. 1
      src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs

1
src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs

@ -1,5 +1,6 @@
// Copyright (c) Six Labors.
// Licensed under the Six Labors Split License.
#nullable disable
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Loading…
Cancel
Save