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,10 +6,6 @@ package testdata
import (
context "context"
fmt "fmt"
io "io"
math "math"
math_bits "math/bits"
_ "github.com/cosmos/cosmos-sdk/types/msgservice"
_ "github.com/cosmos/cosmos-sdk/types/tx/amino"
_ "github.com/cosmos/gogoproto/gogoproto"
@@ -18,6 +14,9 @@ import (
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.