Skip to content

Commit

Permalink
Remove semicolon in generated file to not cause lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Feb 14, 2024
1 parent c16408c commit 440befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transform-scancode-licensedb.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ function generateScancodeMapContent(data) {
// See licenses in https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/
module.exports = new Map([
${content.join(',\n')}
]);
])
`
}

0 comments on commit 440befb

Please sign in to comment.