Skip to content

Commit 96771dc

Browse files
committed
standardrb
1 parent cf7aa40 commit 96771dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/previews/rbui/textarea_preview.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def disabled
2121
def with_error
2222
render(TestView.new) do
2323
FormField do
24-
FormFieldLabel(for: "textarea") { "Textarea"}
24+
FormFieldLabel(for: "textarea") { "Textarea" }
2525
FormFieldHint { "This is a textarea" }
2626
Textarea(placeholder: "Textarea", id: "textarea")
2727
FormFieldError { "This is an error message" }

0 commit comments

Comments
 (0)