Add spacing

This commit is contained in:
Ajay Ramachandran
2020-07-27 19:54:38 -04:00
committed by GitHub
parent 98b79b042b
commit cadf2640fe

View File

@@ -1,5 +1,5 @@
var config = require('./src/config.js');
var createServer = require('./src/app.js');
var server = createServer(() => {
console.log("Server started on port "+config.port+".");
});
console.log("Server started on port " + config.port + ".");
});