Browse Source

whitespace

pull/3909/head
Dan Walmsley 6 years ago
parent
commit
c49e2c66be
  1. 4
      src/Avalonia.Visuals/Rendering/SceneGraph/LineNode.cs

4
src/Avalonia.Visuals/Rendering/SceneGraph/LineNode.cs

@ -32,12 +32,8 @@ namespace Avalonia.Rendering.SceneGraph
P1 = p1; P1 = p1;
P2 = p2; P2 = p2;
ChildScenes = childScenes; ChildScenes = childScenes;
} }
/// <summary> /// <summary>
/// Gets the transform with which the node will be drawn. /// Gets the transform with which the node will be drawn.
/// </summary> /// </summary>

Loading…
Cancel
Save