quick lint while doing other prs (#13726)

This commit is contained in:
Marko
2022-11-02 11:12:36 +00:00
committed by GitHub
parent 97bd2ab792
commit dc004c85f2
5 changed files with 6 additions and 11 deletions
+3 -5
View File
@@ -12,11 +12,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)
var (
// iterCount defines the number of iterations to run on each query to test
// determinism.
iterCount = 1000
)
// iterCount defines the number of iterations to run on each query to test
// determinism.
var iterCount = 1000
type QueryImpl struct{}