Skip to content

Commit

Permalink
chore: remove double blank lines (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jun 11, 2020
1 parent 22d2a31 commit a74fa66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/grpc/helloworld_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
proto.helloworld.HelloRequest.toObject = function (includeInstance, msg) {
let f;


const obj = {
name: msg.getName(),
};
Expand Down Expand Up @@ -228,7 +227,6 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
proto.helloworld.HelloReply.toObject = function (includeInstance, msg) {
let f;


const obj = {
message: msg.getMessage(),
};
Expand Down

0 comments on commit a74fa66

Please sign in to comment.