Browse Source

Fix formatting.

pull/1286/head
James Jackson-South 6 years ago
parent
commit
6aa647231e
  1. 1
      src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs

1
src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs

@ -560,7 +560,6 @@ namespace SixLabors.ImageSharp.Formats.Jpeg
this.ExtendProfile(ref this.exifData, profile.AsSpan(Exif00).ToArray());
}
}
}
/// <summary>

Loading…
Cancel
Save