Skip to content

Commit 5c9c66a

Browse files
style: Improve identation
1 parent 67a83a3 commit 5c9c66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/sources/complete_form.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ class _CompleteFormState extends State<CompleteForm> {
175175
suffix: _genderHasError
176176
? const Icon(Icons.error)
177177
: const Icon(Icons.check),
178-
hintText: 'Select Gender'),
178+
hintText: 'Select Gender',
179+
),
179180
// initialValue: 'Male',
180181
validator: FormBuilderValidators.compose(
181182
[FormBuilderValidators.required()]),

0 commit comments

Comments
 (0)