From 83840b5726e30708651e44ca490ba303ef9d5d5f Mon Sep 17 00:00:00 2001 From: Serge Bedzhyk Date: Thu, 16 Apr 2015 15:28:00 +0300 Subject: [PATCH] Add a bit more spaces to follow the general code-style --- bin/http-server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/http-server b/bin/http-server index 31ae6000..75bdb83e 100755 --- a/bin/http-server +++ b/bin/http-server @@ -104,8 +104,8 @@ function listen(port) { log('\nAvailable on:'.yellow); Object.keys(ifaces).forEach(function (dev) { - ifaces[dev].forEach(function(details){ - if (details.family=='IPv4') { + ifaces[dev].forEach(function (details) { + if (details.family == 'IPv4') { log((" http://" + details.address + ":" + port.toString()).green); } });