From b0e12a8f7d4019822580c067b8077550951ecc4f Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Thu, 20 Jul 2023 08:16:20 +0200 Subject: [PATCH] Re-generate proto-go files ``` $ ignite generate proto-go --clear-cache ``` Signed-off-by: Julian Strobl --- x/asset/types/query.pb.gw.go | 3 --- x/machine/types/query.pb.gw.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/x/asset/types/query.pb.gw.go b/x/asset/types/query.pb.gw.go index 4a13c0f..affeb2c 100644 --- a/x/asset/types/query.pb.gw.go +++ b/x/asset/types/query.pb.gw.go @@ -13,9 +13,7 @@ import ( "io" "net/http" - //lint:ignore SA1019 file is generated "github.com/golang/protobuf/descriptor" - //lint:ignore SA1019 file is generated "github.com/golang/protobuf/proto" "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/grpc-ecosystem/grpc-gateway/utilities" @@ -32,7 +30,6 @@ var _ io.Reader var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray -//lint:ignore SA1019 file is generated var _ = descriptor.ForMessage var _ = metadata.Join diff --git a/x/machine/types/query.pb.gw.go b/x/machine/types/query.pb.gw.go index 8528482..91257f3 100644 --- a/x/machine/types/query.pb.gw.go +++ b/x/machine/types/query.pb.gw.go @@ -13,9 +13,7 @@ import ( "io" "net/http" - //lint:ignore SA1019 file is generated "github.com/golang/protobuf/descriptor" - //lint:ignore SA1019 file is generated "github.com/golang/protobuf/proto" "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/grpc-ecosystem/grpc-gateway/utilities" @@ -32,7 +30,6 @@ var _ io.Reader var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray -//lint:ignore SA1019 file is generated var _ = descriptor.ForMessage var _ = metadata.Join