Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aareksio committed Apr 19, 2023
1 parent aeaa8a8 commit e6082a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/koa-trailing-slash.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe(``, () => {
}
}

koaServer = createKoaServer().listen(3001, done)
koaServer = createKoaServer().listen(3001, done);
});

afterEach((done: DoneCallback) => {
Expand Down

0 comments on commit e6082a7

Please sign in to comment.