Skip to content

Commit 3ab6e95

Browse files
committed
[minor] Code style adjustment.
1 parent a934cb6 commit 3ab6e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/http-proxy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ var http = require('http'),
44
httpProxy = require('./http-proxy/');
55

66
/**
7-
* Export the the proxy "Server" as the main export
7+
* Export the proxy "Server" as the main export.
88
*/
9-
module.exports = httpProxy.Server;
9+
module.exports = httpProxy.Server;
1010

1111
/**
1212
* Creates the proxy server.

0 commit comments

Comments
 (0)