Skip to content

Commit a42bb68

Browse files
Use specified type for list of keys.
1 parent ed8881a commit a42bb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btree/palm/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
)
3636

3737
type recursiveBuild struct {
38-
keys []Key
38+
keys Keys
3939
nodes []*node
4040
parent *node
4141
}

0 commit comments

Comments
 (0)