Browse Source

Remove trailing whitespace

pull/639/head
Jason Nelson 8 years ago
parent
commit
9c027378f1
  1. 2
      src/ImageSharp/MetaData/Profiles/ICC/TagDataEntries/IccUInt64ArrayTagDataEntry.cs

2
src/ImageSharp/MetaData/Profiles/ICC/TagDataEntries/IccUInt64ArrayTagDataEntry.cs

@ -61,7 +61,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Icc
/// <inheritdoc/> /// <inheritdoc/>
public override bool Equals(object obj) public override bool Equals(object obj)
{ {
return obj is IccUInt64ArrayTagDataEntry other && this.Equals(other); return obj is IccUInt64ArrayTagDataEntry other && this.Equals(other);
} }

Loading…
Cancel
Save