Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 27, 2024
1 parent 67fc58b commit 9233ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class Bundler {
*/
async #createAceFile(outDir: string) {
const aceFileLocation = join(outDir, 'ace.js')
const aceFileContent = dedent(/* JavaScript */`
const aceFileContent = dedent(/* JavaScript */ `
/**
* This file is auto-generated by the build process.
* If you had any custom code inside this file, then
Expand Down

0 comments on commit 9233ac8

Please sign in to comment.