fix lint
the great spellchecker strikes again
This commit is contained in:
parent
4715b1f436
commit
4b0b37a4ef
@ -183,7 +183,7 @@ func (b *Blockstore) isOpen() bool {
|
|||||||
return b.state == stateOpen
|
return b.state == stateOpen
|
||||||
}
|
}
|
||||||
|
|
||||||
// lockDB/unlockDB implement a recursive lock contigent on move state
|
// lockDB/unlockDB implement a recursive lock contingent on move state
|
||||||
func (b *Blockstore) lockDB() {
|
func (b *Blockstore) lockDB() {
|
||||||
b.moveMx.Lock()
|
b.moveMx.Lock()
|
||||||
defer b.moveMx.Unlock()
|
defer b.moveMx.Unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user