From 8d5757e9dd1891b3d05f7acc7fe3d5a1d664ff6f Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 30 Jan 2014 17:04:56 -0500 Subject: gofmt --- rwtransaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rwtransaction.go') 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. -- cgit v1.2.3