fixed linting error
This commit is contained in:
parent
aa3fe6dd2c
commit
852d2d7a6d
@ -1,5 +1,6 @@
|
||||
package pools
|
||||
|
||||
// Node is a generic tree node
|
||||
type Node[T comparable, V any] struct {
|
||||
children map[T]*Node[T, V] // map of children
|
||||
value V
|
||||
|
Loading…
x
Reference in New Issue
Block a user