From 1e8e0b524669843fe23e35c36fecf78fcd9651cb Mon Sep 17 00:00:00 2001 From: Cameron White Date: Mon, 29 Feb 2016 13:03:15 -0800 Subject: [PATCH] Removed erroneous and added eof newline --- node.js/rpx.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node.js/rpx.js b/node.js/rpx.js index e7a3bfb..cdeac0e 100644 --- a/node.js/rpx.js +++ b/node.js/rpx.js @@ -25,7 +25,6 @@ http.createServer(function(request, response) { console.log("Requesting URL: ", url); request(url).pipe(response); })) - } }).listen(5000); -console.log('Server running at http://localhost:5000/'); \ No newline at end of file +console.log('Server running at http://localhost:5000/');