Fix gofmt

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #222
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-01-12 17:26:36 -05:00
committed by Atomic Bot
parent 3ab8eb2e9b
commit 7853262a84

View File

@ -75,7 +75,7 @@ type Container struct {
// Locked indicates that a container has been locked as part of a
// Batch() operation
// Functions called on a locked container will not lock or sync
locked bool
locked bool
valid bool
lock storage.Locker