mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): remove doubled line (#56091)
remove doubled line of titlecase pipe in commonModulePipes array PR Close #56091
This commit is contained in:
parent
6abfe3b1a9
commit
c3f2c67fa0
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ const commonModulePipes = [
|
|||
'uppercase',
|
||||
'titlecase',
|
||||
'percent',
|
||||
'titlecase',
|
||||
].map((name) => pipeMatchRegExpFor(name));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue