Skip to content

Commit

Permalink
Fix SA1513 line 38 Tree.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-pi committed Jun 21, 2023
1 parent 006ac15 commit 31b7af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Spectre.Console/Widgets/Tree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public bool Expanded
_root.Expand(value);
}
}

/// <summary>
/// Initializes a new instance of the <see cref="Tree"/> class.
/// </summary>
Expand Down

0 comments on commit 31b7af0

Please sign in to comment.