Skip to content

Commit

Permalink
[js] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 19, 2024
1 parent e0b7584 commit ba27d0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ if (process.argv.length < 3) {

const buffer = fs.readFileSync(process.argv[2])

fs.writeFileSync(process.argv[3],
fs.writeFileSync(
process.argv[3],
`// GENERATED CODE - DO NOT EDIT
module.exports = ${buffer.toString('utf8').trim()};
`,
Expand Down

0 comments on commit ba27d0f

Please sign in to comment.