From a74fa66898c674cd8ff76a89050406337f890ea2 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 11 Jun 2020 11:15:55 -0400 Subject: [PATCH] chore: remove double blank lines (#1185) --- examples/grpc/helloworld_pb.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/grpc/helloworld_pb.js b/examples/grpc/helloworld_pb.js index 48656aef94..8247c5842c 100644 --- a/examples/grpc/helloworld_pb.js +++ b/examples/grpc/helloworld_pb.js @@ -69,7 +69,6 @@ if (jspb.Message.GENERATE_TO_OBJECT) { proto.helloworld.HelloRequest.toObject = function (includeInstance, msg) { let f; - const obj = { name: msg.getName(), }; @@ -228,7 +227,6 @@ if (jspb.Message.GENERATE_TO_OBJECT) { proto.helloworld.HelloReply.toObject = function (includeInstance, msg) { let f; - const obj = { message: msg.getMessage(), };