Skip to content

Commit

Permalink
style(test/index): make implicitly inserted semicolon explicit (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 25, 2021
1 parent c3a9ae2 commit 95f2d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Expand Up @@ -113,7 +113,7 @@ async function main() {
});
await instance.listen(0);

const undiciInstance = fastify()
const undiciInstance = fastify();
undiciInstance.register(replyFrom, {
base: "http://example2.com",
undici: {
Expand Down

0 comments on commit 95f2d48

Please sign in to comment.