From 8b501a96f427603ee600d3ff0291eff932fb54a1 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Wed, 31 Jul 2019 17:19:33 -0700 Subject: [PATCH] Remove trailing whitespace; --- javascript/net/grpc/web/grpcwebclientbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/net/grpc/web/grpcwebclientbase.js b/javascript/net/grpc/web/grpcwebclientbase.js index 8cfbc15a..45d61219 100644 --- a/javascript/net/grpc/web/grpcwebclientbase.js +++ b/javascript/net/grpc/web/grpcwebclientbase.js @@ -63,7 +63,7 @@ const GrpcWebClientBase = function(opt_options) { * @private {boolean} */ this.withCredentials_ = - goog.getObjectByName('withCredentials', opt_options) || false; + goog.getObjectByName('withCredentials', opt_options) || false; };