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(),
     };