From 9d37da0ab1be9c8f5e0e6b6bc4309ffeb2c60e81 Mon Sep 17 00:00:00 2001 From: Coleen Iona Quadros Date: Tue, 5 Sep 2023 18:23:17 +0200 Subject: [PATCH] lint Signed-off-by: Coleen Iona Quadros --- testing/testpb/test.pb.go | 5 +++-- testing/testpb/test_grpc.pb.go | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/testpb/test.pb.go b/testing/testpb/test.pb.go index 5e99f0e4e..83b5de05c 100644 --- a/testing/testpb/test.pb.go +++ b/testing/testpb/test.pb.go @@ -7,10 +7,11 @@ package testpb import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" + + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) const ( diff --git a/testing/testpb/test_grpc.pb.go b/testing/testpb/test_grpc.pb.go index 27ed06c2d..effb0e2a4 100644 --- a/testing/testpb/test_grpc.pb.go +++ b/testing/testpb/test_grpc.pb.go @@ -4,6 +4,7 @@ package testpb import ( context "context" + grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status"