Skip to content

Commit

Permalink
Remove trailing whitespace;
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Aug 1, 2019
1 parent 3657833 commit 8b501a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/grpcwebclientbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};


Expand Down

0 comments on commit 8b501a9

Please sign in to comment.