mvcc: clean up code format

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-07-21 15:49:13 -07:00
parent 51af6a062f
commit 6ab3cc0a2e
2 changed files with 14 additions and 14 deletions

View File

@ -18,6 +18,6 @@ package backend
import bolt "github.com/coreos/bbolt"
var boltOpenOptions *bolt.Options = nil
var boltOpenOptions *bolt.Options
func (bcfg *BackendConfig) mmapSize() int { return int(bcfg.MmapSize) }