Skip to content

Commit

Permalink
chore(scripts): fix inline comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 27, 2023
1 parent 717356f commit e7d008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/license-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function checkLicenses() {
"LGPL-3.0+",
];

// merge copyleft licenses with deprecated licenses list
// Merge copyleft licenses with deprecated licenses list
copyLeftLicenses.push(...deprecatedLicenseList);

const licenses = await init({
Expand Down

0 comments on commit e7d008e

Please sign in to comment.