chore: lint fixes (#24084)

This commit is contained in:
Alex | Interchain Labs
2025-03-20 16:20:39 -04:00
committed by GitHub
parent 978978a3fe
commit 98f0f76e73
60 changed files with 33 additions and 127 deletions
-1
View File
@@ -71,7 +71,6 @@ func TestAminoCodecMarshalJSONIndent(t *testing.T) {
}
for _, tc := range testCases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
cdc := codec.NewAminoCodec(createTestCodec())
-1
View File
@@ -121,7 +121,6 @@ func testMarshaling(t *testing.T, cdc interface {
}
for _, tc := range testCases {
tc := tc
m1 := mustMarshaler{cdc.Marshal, cdc.MustMarshal, cdc.Unmarshal, cdc.MustUnmarshal}
m2 := mustMarshaler{cdc.MarshalLengthPrefixed, cdc.MustMarshalLengthPrefixed, cdc.UnmarshalLengthPrefixed, cdc.MustUnmarshalLengthPrefixed}
m3 := mustMarshaler{