瀏覽代碼

Whitespace.

Steven Kirk 10 年之前
父節點
當前提交
0e812bb0d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>