Browse Source

whitespaces removed

af/merge-core
Vicente Penades 8 years ago
parent
commit
2cb62b84d9
  1. 4
      src/ImageSharp/Configuration.cs

4
src/ImageSharp/Configuration.cs

@ -47,7 +47,7 @@ namespace SixLabors.ImageSharp
#if !NETSTANDARD1_1 #if !NETSTANDARD1_1
this.FileSystem = configuration.FileSystem; this.FileSystem = configuration.FileSystem;
#endif #endif
this.ReadOrigin = configuration.ReadOrigin; this.ReadOrigin = configuration.ReadOrigin;
} }
@ -80,7 +80,7 @@ namespace SixLabors.ImageSharp
/// Gets the currently registered <see cref="IImageFormat"/>s. /// Gets the currently registered <see cref="IImageFormat"/>s.
/// </summary> /// </summary>
public IEnumerable<IImageFormat> ImageFormats => this.ImageFormatsManager.ImageFormats; public IEnumerable<IImageFormat> ImageFormats => this.ImageFormatsManager.ImageFormats;
/// <summary> /// <summary>
/// Gets or sets the position in a stream to use for reading when using a seekable stream as an image data source. /// Gets or sets the position in a stream to use for reading when using a seekable stream as an image data source.
/// </summary> /// </summary>

Loading…
Cancel
Save