chore: gofumpt (#11839)

* fumpt using main not master...

* be more descriptive

* fumpt

* fix nits

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Jacob Gadikian
2022-05-19 10:55:27 +02:00
committed by GitHub
co-authored by Julien Robert
parent bc2d553f77
commit 55054282d2
412 changed files with 1020 additions and 1059 deletions
+1 -3
View File
@@ -2,9 +2,7 @@ package testdata
import "github.com/cosmos/cosmos-sdk/types/errors"
var (
ErrTest = errors.Register("table_testdata", 2, "test")
)
var ErrTest = errors.Register("table_testdata", 2, "test")
func (g TableModel) PrimaryKeyFields() []interface{} {
return []interface{}{g.Id}