Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Adding missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Aug 14, 2012
1 parent 4b5ad9f commit 680938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/core/serviceclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ ServiceClient.prototype._setRequestOptionsProxy = function (requestOptions) {
var requestHost = this.getRequestHost();

if (this.useProxy) {
var parsedUrl =this._parseHost(requestHost);
var parsedUrl = this._parseHost(requestHost);
requestOptions.proxy = url.format(parsedUrl);
}

Expand Down

0 comments on commit 680938a

Please sign in to comment.