Skip to content

Commit 4eec211

Browse files
committed
tree: fix node struct packing
1 parent 8e1132c commit 4eec211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ type node struct {
4848
wildChild bool
4949
nType nodeType
5050
maxParams uint8
51+
priority uint32
5152
indices string
5253
children []*node
5354
handle Handle
54-
priority uint32
5555
}
5656

5757
// increments priority of the given child and reorders if necessary

0 commit comments

Comments
 (0)