Browse Source

Fix stylecop complains

pull/3096/head
Brian Popow 1 month ago
parent
commit
ce545b7892
  1. 1
      src/ImageSharp/Formats/Exr/ExrChannelInfo.cs

1
src/ImageSharp/Formats/Exr/ExrChannelInfo.cs

@ -36,7 +36,6 @@ internal readonly struct ExrChannelInfo
/// </summary>
public string ChannelName { get; }
/// <summary>
/// Gets the type of the pixel data.
/// </summary>

Loading…
Cancel
Save