From 1fc1a5d9d985309c9658b142bafbb6da3468a366 Mon Sep 17 00:00:00 2001 From: denisivan0v Date: Wed, 17 Jan 2018 17:11:13 +0700 Subject: [PATCH] codestyle fix --- src/ImageSharp/Image/IImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///