chore: format (#182)

* format abci

* fmt all
This commit is contained in:
Alex Johnson
2023-11-02 14:14:22 -04:00
committed by GitHub
parent 574562ca0e
commit 8681298dbc
20 changed files with 30 additions and 10 deletions
+2 -1
View File
@@ -214,7 +214,8 @@ func (_m *Lane) SetIgnoreList(ignoreList []block.Lane) {
func NewLane(t interface {
mock.TestingT
Cleanup(func())
}) *Lane {
},
) *Lane {
mock := &Lane{}
mock.Mock.Test(t)
+2 -1
View File
@@ -107,7 +107,8 @@ func (_m *LaneMempool) Select(_a0 context.Context, _a1 [][]byte) mempool.Iterato
func NewLaneMempool(t interface {
mock.TestingT
Cleanup(func())
}) *LaneMempool {
},
) *LaneMempool {
mock := &LaneMempool{}
mock.Mock.Test(t)