Skip to content

Commit

Permalink
fix lint: no-trailing-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbng committed Dec 8, 2023
1 parent 6926403 commit 8dda4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/route.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ test('/documentation/static/:file should send back the correct file', async (t)
test('/documentation/static/:file should send back file from baseDir', async (t) => {
t.plan(2)
const fastify = Fastify()

const uiConfig = {
baseDir: resolve(__dirname, '..', 'examples', 'static')
}
Expand Down

0 comments on commit 8dda4f5

Please sign in to comment.