From 09daacc24cdd2a73f0bc7028947fcb4f44e3a2d4 Mon Sep 17 00:00:00 2001 From: Giovanni Bernini Date: Mon, 29 Oct 2018 14:24:02 -0300 Subject: [PATCH] Fixing spaces --- routes/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/routes/index.js b/routes/index.js index a2709fc..d443f6b 100644 --- a/routes/index.js +++ b/routes/index.js @@ -1,7 +1,7 @@ -exports.index = function(req, resp){ - resp.redirect('/room') +exports.index = function(req, resp) { + resp.redirect('/room') }; -exports.chat = function(req, resp){ - resp.render('chat.ejs') -}; \ No newline at end of file +exports.chat = function(req, resp) { + resp.render('chat.ejs') +};