aboutsummaryrefslogtreecommitdiff
path: root/db.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-30 14:05:26 -0800
committerBen Johnson <benbjohnson@yahoo.com>2014-01-30 14:05:26 -0800
commitd087fb44197a6e3dcb06ca2b831575c1fc239bcd (patch)
tree15503ce52ea1346876df77543b24e6c23594cb03 /db.go
parentBadges. (diff)
parentgofmt (diff)
downloaddedo-d087fb44197a6e3dcb06ca2b831575c1fc239bcd.tar.gz
dedo-d087fb44197a6e3dcb06ca2b831575c1fc239bcd.tar.xz
Merge pull request #2 from benbjohnson/master
gofmt
Diffstat (limited to 'db.go')
-rw-r--r--db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.go b/db.go
index 578a134..3bee89a 100644
--- a/db.go
+++ b/db.go
@@ -228,7 +228,7 @@ func (db *DB) RWTransaction() (*RWTransaction, error) {
// Create a transaction associated with the database.
t := &RWTransaction{
branches: make(map[pgid]*branch),
- leafs: make(map[pgid]*leaf),
+ leafs: make(map[pgid]*leaf),
}
t.init(db, db.meta())