Updated formatting
This commit is contained in:
parent
e35d5715d1
commit
336f317502
13 changed files with 13 additions and 13 deletions
2
Tree.go
2
Tree.go
|
@ -201,4 +201,4 @@ func (tree *Tree[T]) Map(transform func(T) T) {
|
|||
tree.root.each(func(node *treeNode[T]) {
|
||||
node.data = transform(node.data)
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue