Skip to content

Commit c3f2c67

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 6abfe3b commit c3f2c67

File tree

1 file changed

+0
-1
lines changed
  • packages/core/schematics/ng-generate/control-flow-migration

1 file changed

+0
-1
lines changed

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)