style: bump golangci-lint (#16667)

This commit is contained in:
Jacob Gadikian
2023-06-23 12:49:34 +00:00
committed by GitHub
parent 59ea0489fa
commit 8d4ff7a19a
29 changed files with 57 additions and 48 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ type MsgServerImpl struct {
capKeyMainStore *storetypes.KVStoreKey
}
func MsgTestHandler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { // nolint: revive // refactor this in a followup pr
func MsgTestHandler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(KVStoreTx)
if err := dec(in); err != nil {
return nil, err