@@ -23,7 +23,7 @@ namespace Perspex.Controls
/// </summary>
public static readonly PerspexProperty<Stretch> StretchProperty =
PerspexProperty.Register<Image, Stretch>(nameof(Stretch), Stretch.Uniform);
-
+
/// <summary>
/// Gets or sets the bitmap image that will be displayed.