Skip to content

Commit e945599

Browse files
committed
fix lint
1 parent b987638 commit e945599

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

blockstm/mock_block.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ var (
1818
StoreKeyBank = storetypes.NewKVStoreKey("bank")
1919
)
2020

21-
type Cache map[string]interface{}
22-
type Tx func(MultiStore, Cache) error
21+
type (
22+
Cache map[string]interface{}
23+
Tx func(MultiStore, Cache) error
24+
)
2325

2426
type MockBlock struct {
2527
Txs []Tx

0 commit comments

Comments
 (0)