Skip to content

Commit

Permalink
Add a bit more spaces to follow the general code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
smileart-levelup committed Apr 16, 2015
1 parent dbd3698 commit 83840b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/http-server
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit 83840b5

Please sign in to comment.