Skip to content

Commit 6959d3b

Browse files
rdlabogithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 076c5f3 commit 6959d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/angular/migrations/standalone/0002-generate-use-icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const generateUseIcons = async (
4848
if (skippedIconsHtmlAll.length > 0) {
4949
console.warn(
5050
"[Dev] Cannot generate these icon inputs. Please check these: " +
51-
skippedIconsHtmlAll.join(", "),
51+
skippedIconsHtmlAll.join(", "),
5252
);
5353
}
5454
ionicComponentsAll = Array.from(new Set(ionicComponentsAll));

0 commit comments

Comments
 (0)