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 /rwtransaction.go | |
parent | Merge pull request #1 from benbjohnson/master (diff) | |
download | dedo-8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f.tar.gz dedo-8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f.tar.xz |
gofmt
Diffstat (limited to 'rwtransaction.go')
-rw-r--r-- | rwtransaction.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rwtransaction.go b/rwtransaction.go index c57ebdb..2c76dbd 100644 --- a/rwtransaction.go +++ b/rwtransaction.go @@ -9,7 +9,7 @@ import ( type RWTransaction struct { Transaction branches map[pgid]*branch - leafs map[pgid]*leaf + leafs map[pgid]*leaf } // CreateBucket creates a new bucket. |