Skip to content

Commit fbd4e03

Browse files
committed
whitespace
1 parent 77de106 commit fbd4e03

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/testing/memdb.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ func (mi *memIterator) assertValid() {
258258
}
259259
}
260260

261-
var (
262-
_ store.KVStoreWithBatch = (*MemDB)(nil)
263-
)
261+
var _ store.KVStoreWithBatch = (*MemDB)(nil)
264262

265263
// MemDB is a simple in-memory key-value store with Batch support.
266264
type MemDB struct {

0 commit comments

Comments
 (0)