Skip to content

Commit

Permalink
[minor] Code style adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Sep 12, 2014
1 parent a934cb6 commit 3ab6e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ var http = require('http'),
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.
Expand Down

0 comments on commit 3ab6e95

Please sign in to comment.