[misc] fix formatting

This commit is contained in:
Jakob Ackermann 2020-07-03 11:47:53 +01:00
parent fe7218fefb
commit cd87d3018e

View file

@ -235,7 +235,7 @@ describe('Example Documents', function() {
) === 'failure' ) === 'failure'
) { ) {
console.log('DEBUG: error', error, 'body', JSON.stringify(body)) console.log('DEBUG: error', error, 'body', JSON.stringify(body))
return done(new Error("Compile failed")) return done(new Error('Compile failed'))
} }
const pdf = Client.getOutputFile(body, 'pdf') const pdf = Client.getOutputFile(body, 'pdf')
return downloadAndComparePdf( return downloadAndComparePdf(
@ -264,7 +264,7 @@ describe('Example Documents', function() {
) === 'failure' ) === 'failure'
) { ) {
console.log('DEBUG: error', error, 'body', JSON.stringify(body)) console.log('DEBUG: error', error, 'body', JSON.stringify(body))
return done(new Error("Compile failed")) return done(new Error('Compile failed'))
} }
const pdf = Client.getOutputFile(body, 'pdf') const pdf = Client.getOutputFile(body, 'pdf')
return downloadAndComparePdf( return downloadAndComparePdf(