Skip to content

Commit 1546f48

Browse files
committed
Format pass
1 parent 560a06f commit 1546f48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ui/src/v2/components/ct-prompt-input/ct-prompt-input.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ export class CTPromptInput extends BaseElement {
183183
}
184184
185185
/* Pending state - allow editing, just block submit */
186-
:host([pending]) textarea {
187-
}
186+
:host([pending]) textarea {}
188187
189188
/* Disabled state */
190189
:host([disabled]) .container {

0 commit comments

Comments
 (0)