Skip to content

Commit 24d3ab6

Browse files
committed
chore: revert indent for now
1 parent 903e35f commit 24d3ab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/prompts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ const basket = await groupMultiselect({
120120
options: {
121121
fruits: [
122122
{ value: 'apple', label: 'apple' },
123-
{ value: 'banana', label: 'banana' },
124-
{ value: 'cherry', label: 'cherry' },
123+
{ value: 'banana', label: 'banana' },
124+
{ value: 'cherry', label: 'cherry' },
125125
],
126126
vegetables: [
127127
{ value: 'carrot', label: 'carrot' },
128-
{ value: 'spinach', label: 'spinach' },
129-
{ value: 'potato', label: 'potato' },
128+
{ value: 'spinach', label: 'spinach' },
129+
{ value: 'potato', label: 'potato' },
130130
]
131131
}
132132
});

0 commit comments

Comments
 (0)