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.
///