Skip to content

Commit

Permalink
tree: fix node struct packing
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt committed Sep 29, 2019
1 parent 8e1132c commit 4eec211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ type node struct {
wildChild bool
nType nodeType
maxParams uint8
priority uint32
indices string
children []*node
handle Handle
priority uint32
}

// increments priority of the given child and reorders if necessary
Expand Down

0 comments on commit 4eec211

Please sign in to comment.