Browse Source

remove whitespace changes

Dan Walmsley 7 years ago
parent
commit
75771d6d49
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Avalonia.DesignerSupport/DesignWindowLoader.cs

+ 0 - 2
src/Avalonia.DesignerSupport/DesignWindowLoader.cs

@@ -5,7 +5,6 @@ using System.Reflection;
 using System.Text;
 using Avalonia.Controls;
 using Avalonia.Controls.Platform;
-using Avalonia.Controls.Remote.Server;
 using Avalonia.Markup.Xaml;
 using Avalonia.Styling;
 
@@ -70,7 +69,6 @@ namespace Avalonia.DesignerSupport
                 if (!window.IsSet(Window.SizeToContentProperty))
                     window.SizeToContent = SizeToContent.WidthAndHeight;
             }
-
             window.Show();
             Design.ApplyDesignModeProperties(window, control);
             return window;