fix the formatting

This commit is contained in:
Aaron Leung 2018-08-29 14:14:07 -07:00
parent 8bbdbeab8e
commit 55caa44e63

View File

@ -22,7 +22,7 @@ type DB struct {
logMode int
logger logger
search *search
values sync.Map
values sync.Map
// global db
parent *DB