From 8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 30 Jan 2014 17:04:56 -0500 Subject: gofmt --- bucket.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bucket.go') diff --git a/bucket.go b/bucket.go index 3f80117..6cfe1ca 100644 --- a/bucket.go +++ b/bucket.go @@ -7,7 +7,7 @@ type Bucket struct { } type bucket struct { - root pgid + root pgid } // Name returns the name of the bucket. @@ -24,7 +24,7 @@ func (b *Bucket) Get(key []byte) []byte { func (b *Bucket) Cursor() *Cursor { return &Cursor{ transaction: b.transaction, - root: b.root, - stack: make([]elem, 0), + root: b.root, + stack: make([]elem, 0), } } -- cgit v1.2.3