From ecd135bfbee70e7a6835e127d5ed7e6b331e1d3e Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 11 Jun 2020 08:54:44 -0400 Subject: [PATCH] chore: remove double blank lines --- 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(), };