aboutsummaryrefslogtreecommitdiff
path: root/buckets.go
diff options
context:
space:
mode:
Diffstat (limited to 'buckets.go')
-rw-r--r--buckets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckets.go b/buckets.go
index 6d9f27c..3226873 100644
--- a/buckets.go
+++ b/buckets.go
@@ -64,7 +64,7 @@ func (b *buckets) read(p *page) {
// Associate keys and items.
for index, key := range keys {
b.items[key] = &bucket{
- root: items[index].root,
+ root: items[index].root,
sequence: items[index].sequence,
}
}