Skip to content

Commit 85ca9cb

Browse files
PatrickSysclaude
andcommitted
style: fix prettier formatting in cli-formatters
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3f08f0e commit 85ca9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli-formatters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ export function formatMetadata(data: MetadataResponse): void {
660660
const catOrder = ['framework', 'state', 'testing', 'other'];
661661
const cats = [
662662
...catOrder.filter((c) => grouped[c]),
663-
...Object.keys(grouped).filter((c) => !catOrder.includes(c)),
663+
...Object.keys(grouped).filter((c) => !catOrder.includes(c))
664664
];
665665
for (const cat of cats) {
666666
const names = grouped[cat];

0 commit comments

Comments
 (0)