Skip to content

Commit bf0e26c

Browse files
author
kumar-ankita
committed
removing lint error
1 parent cfac3da commit bf0e26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/generatePackageXml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function backupChangeList(apexClasses: string[], lwcComponents: string[]): void
6969
fs.writeFileSync(filePath, packageXmlContent.trim());
7070
}
7171

72-
// remove all this code later --- only for testing
72+
// remove all this code later --- only for testing
7373
const apexClasses = ['MyApexClass1', 'MyApexClass2'];
7474
const lwcComponents = ['MyLwcComponent1', 'MyLwcComponent2'];
7575

0 commit comments

Comments
 (0)