diff --git a/index.js b/index.js index 61acd0c..508c089 100644 --- a/index.js +++ b/index.js @@ -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+"."); -}); \ No newline at end of file + console.log("Server started on port " + config.port + "."); +});