Browse Source

whitespace.

pull/3916/head
Dan Walmsley 6 years ago
parent
commit
3849eebc71
  1. 2
      src/Avalonia.Visuals/Rect.cs

2
src/Avalonia.Visuals/Rect.cs

@ -121,7 +121,7 @@ namespace Avalonia
/// <summary>
/// Gets the size of the rectangle.
/// </summary>
public Size Size => new Size(_width, _height);
public Size Size => new Size(_width, _height);
/// <summary>
/// Gets the right position of the rectangle.

Loading…
Cancel
Save