From 2cb62b84d90bad5c1ff9fd33b4c4e00916bf0ace Mon Sep 17 00:00:00 2001 From: Vicente Penades Date: Thu, 1 Mar 2018 15:43:36 +0100 Subject: [PATCH] whitespaces removed --- src/ImageSharp/Configuration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Configuration.cs b/src/ImageSharp/Configuration.cs index b0e414c2f..5912ac630 100644 --- a/src/ImageSharp/Configuration.cs +++ b/src/ImageSharp/Configuration.cs @@ -47,7 +47,7 @@ namespace SixLabors.ImageSharp #if !NETSTANDARD1_1 this.FileSystem = configuration.FileSystem; #endif - + this.ReadOrigin = configuration.ReadOrigin; } @@ -80,7 +80,7 @@ namespace SixLabors.ImageSharp /// Gets the currently registered s. /// public IEnumerable ImageFormats => this.ImageFormatsManager.ImageFormats; - + /// /// Gets or sets the position in a stream to use for reading when using a seekable stream as an image data source. ///