Fix SA1513 line 38 Tree.cs

This commit is contained in:
Davide Piccinini 2023-06-21 22:08:01 +02:00 committed by Patrik Svensson
parent 322ed2efbb
commit dba7ad0875

View File

@ -36,6 +36,7 @@ public sealed class Tree : Renderable, IHasTreeNodes
_root.Expand(value); _root.Expand(value);
} }
} }
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="Tree"/> class. /// Initializes a new instance of the <see cref="Tree"/> class.
/// </summary> /// </summary>