Skip to content

Commit

Permalink
Fixed indenting in sublime
Browse files Browse the repository at this point in the history
  • Loading branch information
markusahlstrand committed Dec 15, 2014
1 parent 4f0399e commit 9455511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/common/lib/services/serviceclient.js
Expand Up @@ -227,7 +227,7 @@ ServiceClient.prototype._performRequest = function (webResource, body, options,
}

if (!finalRequestOptions.agent) {
finalRequestOptions.agent = self.agent;
finalRequestOptions.agent = self.agent;
}

var buildRequest = function (headersOnly) {
Expand Down Expand Up @@ -395,7 +395,7 @@ ServiceClient.prototype._buildRequestOptions = function (webResource, body, opti
}

if (self.proxy) {
ProxyFilter.setAgent(requestOptions, self.proxy);
ProxyFilter.setAgent(requestOptions, self.proxy);
}

if(options) {
Expand Down

0 comments on commit 9455511

Please sign in to comment.