chore: fix typo (#18545)

This commit is contained in:
alexfmpe
2023-11-24 23:53:00 +00:00
committed by GitHub
parent 875a71cc6f
commit 34b1634134
16 changed files with 111 additions and 41 deletions
+3 -4
View File
@@ -6,16 +6,15 @@ package testdata
import (
context "context"
fmt "fmt"
io "io"
math "math"
math_bits "math/bits"
types "github.com/cosmos/cosmos-sdk/codec/types"
grpc1 "github.com/cosmos/gogoproto/grpc"
proto "github.com/cosmos/gogoproto/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
io "io"
math "math"
math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.