diff --git a/core/testing/memdb.go b/core/testing/memdb.go index f9b60a49bf51..526a6d45ef8d 100644 --- a/core/testing/memdb.go +++ b/core/testing/memdb.go @@ -258,9 +258,7 @@ func (mi *memIterator) assertValid() { } } -var ( - _ store.KVStoreWithBatch = (*MemDB)(nil) -) +var _ store.KVStoreWithBatch = (*MemDB)(nil) // MemDB is a simple in-memory key-value store with Batch support. type MemDB struct {