diff --git a/src/ImageSharp/Image/IImage.cs b/src/ImageSharp/Image/IImage.cs index f840c78f00..58e5d50e51 100644 --- a/src/ImageSharp/Image/IImage.cs +++ b/src/ImageSharp/Image/IImage.cs @@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp /// Gets the width. /// int Width { get; } - + /// /// Gets the height. ///