Browse Source

Whitespace.

Steven Kirk 10 years ago
parent
commit
0e812bb0d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Perspex.Controls/Image.cs

+ 1 - 1
src/Perspex.Controls/Image.cs

@@ -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.
         /// </summary>