Skip to content

Commit 9d034f6

Browse files
lor3kthePunderWoman
authored andcommitted
refactor(core): remove doubled line (#56091)
remove doubled line of titlecase pipe in commonModulePipes array PR Close #56091
1 parent c0ad070 commit 9d034f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/core/schematics/ng-generate/control-flow-migration

packages/core/schematics/ng-generate/control-flow-migration/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ const commonModulePipes = [
7474
'uppercase',
7575
'titlecase',
7676
'percent',
77-
'titlecase',
7877
].map((name) => pipeMatchRegExpFor(name));
7978

8079
/**

0 commit comments

Comments
 (0)