[ci] yarn format

This commit is contained in:
natemoo-re 2022-02-16 14:50:05 +00:00 committed by GitHub Actions
parent ebe7f4d0ae
commit 19d548f400

View file

@ -65,7 +65,6 @@
if (route) { if (route) {
let html = await app.render(req, route); let html = await app.render(req, route);
} }
}).listen(8080); }).listen(8080);
``` ```