Skip to content

Commit c954c86

Browse files
authored
style: remove trailing whitespace (#156)
1 parent 91fb30c commit c954c86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/instanceof.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ test('ensure that instanceof works accross different installations of the fastif
147147
console.error('expectedPathOfFastifyError', expectedPathOfFastifyError)
148148
throw new Error('fastify-error should be required from the node_modules directory of the test-project')
149149
}
150-
150+
151151
const Boom = createError('Boom', 'Boom', 500)
152152
const ChildBoom = createError('ChildBoom', 'Boom', 500, Boom)
153153
const NotChildBoom = createError('NotChildBoom', 'NotChildBoom', 500, Boom)
@@ -191,7 +191,7 @@ test('ensure that instanceof works accross different installations of the fastif
191191
console.error('expectedPathOfFastifyError', expectedPathOfFastifyError)
192192
throw new Error('fastify-error should be required from the node_modules directory of dep')
193193
}
194-
194+
195195
const Boom = createError('Boom', 'Boom', 500)
196196
const ChildBoom = createError('ChildBoom', 'Boom', 500, Boom)
197197

0 commit comments

Comments
 (0)