From 3ab6e9591e66c203647605b4f275d374472c9d5f Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Fri, 12 Sep 2014 19:13:53 +0200 Subject: [PATCH] [minor] Code style adjustment. --- lib/http-proxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/http-proxy.js b/lib/http-proxy.js index 3fa80c8..ccaaab7 100644 --- a/lib/http-proxy.js +++ b/lib/http-proxy.js @@ -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.