Skip to content

Commit 3911d71

Browse files
sean-perkinsgithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 2001f32 commit 3911d71

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/cli/src/angular/migrations/standalone/0002-import-standalone-component.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,11 @@ function detectIonicComponentsAndIcons(htmlAsString: string, filePath: string) {
351351
for (const childKey of Object.keys(node)) {
352352
if (node[childKey]?.children) {
353353
for (const childNode of node[childKey].children) {
354-
recursivelyFindIonicComponents(Object.assign(childNode, {
355-
type: childNode.constructor.name
356-
}));
354+
recursivelyFindIonicComponents(
355+
Object.assign(childNode, {
356+
type: childNode.constructor.name,
357+
}),
358+
);
357359
}
358360
}
359361
}

0 commit comments

Comments
 (0)