[ci] yarn format

This commit is contained in:
natemoo-re 2022-02-18 22:34:54 +00:00 committed by GitHub Actions
parent 1d9f8a57f5
commit 38fc7d64a7
2 changed files with 25 additions and 26 deletions

View file

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