aboutsummaryrefslogtreecommitdiff
path: root/transaction.go
diff options
context:
space:
mode:
Diffstat (limited to 'transaction.go')
-rw-r--r--transaction.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/transaction.go b/transaction.go
index 5733e9e..d21693a 100644
--- a/transaction.go
+++ b/transaction.go
@@ -10,11 +10,11 @@ const (
type txnid uint64
type Transaction struct {
- id int
- db *DB
- meta *meta
- buckets *buckets
- pages map[pgid]*page
+ id int
+ db *DB
+ meta *meta
+ buckets *buckets
+ pages map[pgid]*page
}
// init initializes the transaction and associates it with a database.