From 607703427da97fcdcdbed7cbde93a7aa5666e30e Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Fri, 23 Nov 2018 15:47:13 +0000 Subject: [PATCH] whitespace. --- src/Avalonia.Visuals/Rect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Visuals/Rect.cs b/src/Avalonia.Visuals/Rect.cs index 86597627b6..63d34b474b 100644 --- a/src/Avalonia.Visuals/Rect.cs +++ b/src/Avalonia.Visuals/Rect.cs @@ -129,7 +129,7 @@ namespace Avalonia /// Gets the bottom position of the rectangle. /// public double Bottom => _y + _height; - + /// /// Gets the top left point of the rectangle. ///