Improved code quality
This commit is contained in:
parent
4c4775c071
commit
ad033d4315
10 changed files with 131 additions and 120 deletions
|
@ -289,7 +289,7 @@ func (node *treeNode[T]) PrettyPrint(writer io.Writer) {
|
|||
node.prettyPrint(writer, -1)
|
||||
}
|
||||
|
||||
// prettyPrint
|
||||
// prettyPrint is the underlying pretty printer.
|
||||
func (node *treeNode[T]) prettyPrint(writer io.Writer, level int) {
|
||||
prefix := ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue