We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fff41c9 + 224aa40 commit 37f5cc5Copy full SHA for 37f5cc5
src/ImageSharp/Formats/Pbm/PbmDecoderCore.cs
@@ -1,6 +1,5 @@
1
// Copyright (c) Six Labors.
2
// Licensed under the Six Labors Split License.
3
-#nullable disable
4
5
using SixLabors.ImageSharp.IO;
6
using SixLabors.ImageSharp.Memory;
@@ -45,7 +44,7 @@ internal sealed class PbmDecoderCore : IImageDecoderInternals
45
44
/// <summary>
46
/// The <see cref="ImageMetadata"/> decoded by this decoder instance.
47
/// </summary>
48
- private ImageMetadata metadata;
+ private ImageMetadata? metadata;
49
50
51
/// Initializes a new instance of the <see cref="PbmDecoderCore" /> class.
0 commit comments