Skip to content

Commit 2ee9ffc

Browse files
committed
fixup! test(material/schematics): add package.json to golden project
1 parent 370f1e9 commit 2ee9ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class RuntimeMigrator {
4444
capitalizedComponent += word.toUpperCase() + '_';
4545
});
4646

47-
/// Remove trailing underscore at the end
47+
// Remove trailing underscore at the end
4848
capitalizedComponent = capitalizedComponent.slice(0, -1);
4949

5050
const specifierReplacements = [

0 commit comments

Comments
 (0)