chore(route) rm "\n"

This commit is contained in:
coderaiser 2016-06-14 20:48:24 +03:00
parent a7324f761b
commit 5db8e18f44

View file

@ -47,9 +47,8 @@
.map(function(name) {
return 'css/' + name + '.css';
}).join(':');
module.exports = function (req, res, next) {
module.exports = function(req, res, next) {
readFiles(function() {
route(req, res, next);
});