diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-30 17:04:56 -0500 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-30 17:04:56 -0500 |
commit | 8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f (patch) | |
tree | d26fce9fde960698f43f115d792d4fc36d05d53a /db.go | |
parent | Merge pull request #1 from benbjohnson/master (diff) | |
download | dedo-8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f.tar.gz dedo-8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f.tar.xz |
gofmt
Diffstat (limited to 'db.go')
-rw-r--r-- | db.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |