Skip to content

Commit 8410e42

Browse files
style: format file
1 parent de45b46 commit 8410e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fields/form_builder_cupertino_text_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class FormBuilderCupertinoTextField extends FormBuilderField<String> {
363363
this.clearButtonMode = OverlayVisibilityMode.never,
364364
this.contentInsertionConfiguration,
365365
this.placeholder,
366-
this.placeholderStyle
366+
this.placeholderStyle,
367367
}) : assert(maxLines == null || maxLines > 0),
368368
assert(minLines == null || minLines > 0),
369369
assert(

0 commit comments

Comments
 (0)