Skip to content

Commit 5842d0e

Browse files
committed
syntax error fixed
1 parent fd7fcd8 commit 5842d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/node-http-proxy/routing-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
4040
//
4141
// Setup default target options (such as `https`).
4242
//
43-
this.target  = {};
43+
this.target = {};
4444
this.target.https = options.target && options.target.https;
4545

4646
//

0 commit comments

Comments
 (0)