Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 20, 2024
1 parent 77de106 commit fbd4e03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/testing/memdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fbd4e03

Please sign in to comment.