minor formatting updates

This commit is contained in:
Joseph Canero 2017-10-03 19:07:18 -04:00
parent a007218e2d
commit 788dba67f3

View file

@ -131,7 +131,7 @@ module.exports = function(options, repo, params, id, reportTiles, reportFont) {
}); });
app.get('/' + id + '/sprite:scale(@[23]x)?\.:format([\\w]+)', app.get('/' + id + '/sprite:scale(@[23]x)?\.:format([\\w]+)',
function (req, res, next) { function(req, res, next) {
if (!spritePath) { if (!spritePath) {
return res.status(404).send('File not found'); return res.status(404).send('File not found');
} }