refactor: fix lint issues + gofumpt (#15062)

This commit is contained in:
Facundo Medica
2023-02-19 10:31:49 +00:00
committed by GitHub
parent 2b484a241f
commit 4a6a1e3cb8
234 changed files with 1249 additions and 1077 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package testdata
import "github.com/cosmos/cosmos-sdk/types/errors"
import "cosmossdk.io/errors"
var ErrTest = errors.Register("table_testdata", 2, "test")