Browse Source

whitespace.

Dan Walmsley 5 years ago
parent
commit
f9f4e73bd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Avalonia.Input/InputElement.cs

+ 1 - 1
src/Avalonia.Input/InputElement.cs

@@ -441,7 +441,7 @@ namespace Avalonia.Input
             base.OnAttachedToVisualTreeCore(e);
             UpdateIsEffectivelyEnabled();
         }
-        
+
         /// <summary>
         /// Called before the <see cref="GotFocus"/> event occurs.
         /// </summary>