From ce545b7892f8ad7125c5a4b059c28f809acf9183 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Wed, 15 Apr 2026 18:40:50 +0200 Subject: [PATCH] Fix stylecop complains --- src/ImageSharp/Formats/Exr/ExrChannelInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/Formats/Exr/ExrChannelInfo.cs b/src/ImageSharp/Formats/Exr/ExrChannelInfo.cs index 5aae64f283..f9269f7869 100644 --- a/src/ImageSharp/Formats/Exr/ExrChannelInfo.cs +++ b/src/ImageSharp/Formats/Exr/ExrChannelInfo.cs @@ -36,7 +36,6 @@ internal readonly struct ExrChannelInfo /// public string ChannelName { get; } - /// /// Gets the type of the pixel data. ///