fix linting

This commit is contained in:
Matteo Pagliazzi
2015-11-15 22:44:17 +01:00
parent 448ed70ab9
commit 3fe6f87a96
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ api.exampleRoute = {
middlewares: [],
handler (req, res) {
res.status(200).send({
status: 'ok'
status: 'ok',
});
},
};