Skip to content

Commit 70e9a75

Browse files
author
Alessio Treglia
committed
fix linter warning
1 parent d7e5de8 commit 70e9a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/auth/tx/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77

88
gogogrpc "github.com/gogo/protobuf/grpc"
9-
"github.com/golang/protobuf/proto" //nolint:staticcheck
9+
"github.com/golang/protobuf/proto"
1010
"github.com/grpc-ecosystem/grpc-gateway/runtime"
1111
"google.golang.org/grpc/codes"
1212
"google.golang.org/grpc/status"

0 commit comments

Comments
 (0)