Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Commit 2aefdc8

Browse files
committed
Cleaned up indentation.
1 parent 654725c commit 2aefdc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/twitter.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ TwitterClient.prototype._call = function( requestMethod, requestUri, requestArgs
358358
http.host = this.proxy.host;
359359
http.path = "https://" + http.hostname + http.path;
360360
delete http.hostname;
361-
}
362-
if (typeof this.proxy.port != "undefined") {
363-
http.port = this.proxy.port;
364-
}
361+
}
362+
if (typeof this.proxy.port != "undefined") {
363+
http.port = this.proxy.port;
364+
}
365365
}
366366
var req = require('https').get( http, callback );
367367
if( timeout ){

0 commit comments

Comments
 (0)