refactor(core): remove doubled line (#56091)

remove doubled line of titlecase pipe in commonModulePipes array

PR Close #56091
This commit is contained in:
Paweł 2024-05-27 09:26:38 +02:00 committed by Jessica Janiuk
parent 6abfe3b1a9
commit c3f2c67fa0

View file

@ -74,7 +74,6 @@ const commonModulePipes = [
'uppercase',
'titlecase',
'percent',
'titlecase',
].map((name) => pipeMatchRegExpFor(name));
/**