From 3849eebc7114c6aa30c31bf1e9d80cee0277ab36 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 6 Jul 2020 15:39:00 -0300 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 169a170824..d2a72db6ae 100644 --- a/src/Avalonia.Visuals/Rect.cs +++ b/src/Avalonia.Visuals/Rect.cs @@ -121,7 +121,7 @@ namespace Avalonia /// /// Gets the size of the rectangle. /// - public Size Size => new Size(_width, _height); + public Size Size => new Size(_width, _height); /// /// Gets the right position of the rectangle.