Skip to content

Commit

Permalink
Fixup: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Aug 20, 2024
1 parent a6425ee commit 1e87a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Recipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ class Recipe {
this.output,
Object.assign({}, this.encryptOptions, {
version: this._getVersion(this.options.version),
})
}),
);
} else {
this.writer = muhammara.createWriter(
new muhammara.PDFStreamForResponse(this.outStream),
Object.assign({}, this.encryptOptions, {
log: this.logFile,
})
}),
);
}
} else {
Expand Down

0 comments on commit 1e87a10

Please sign in to comment.