[minor] Code style adjustment.

This commit is contained in:
Arnout Kazemier 2014-09-12 19:13:53 +02:00
parent a934cb6a46
commit 3ab6e9591e

View File

@ -4,9 +4,9 @@ var http = require('http'),
httpProxy = require('./http-proxy/'); httpProxy = require('./http-proxy/');
/** /**
* Export the the proxy "Server" as the main export * Export the proxy "Server" as the main export.
*/ */
module.exports = httpProxy.Server; module.exports = httpProxy.Server;
/** /**
* Creates the proxy server. * Creates the proxy server.