Updated formatting

This commit is contained in:
Eduard Urbach 2025-06-06 17:08:12 +02:00
parent e35d5715d1
commit 336f317502
Signed by: eduard
GPG key ID: 49226B848C78F6C8
13 changed files with 13 additions and 13 deletions

View file

@ -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)
})
}
}