Skip to content

Commit 8bae3dd

Browse files
committed
chore: formatted code
1 parent cff43b1 commit 8bae3dd

File tree

1 file changed

+2
-1
lines changed
  • packages/flutter_form_builder/example/lib

1 file changed

+2
-1
lines changed

packages/flutter_form_builder/example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ class _CompleteFormState extends State<CompleteForm> {
332332
FormBuilderChoiceChip<String>(
333333
autovalidateMode: AutovalidateMode.onUserInteraction,
334334
decoration: const InputDecoration(
335-
labelText: 'Ok, if I had to choose one language, it would be:'),
335+
labelText:
336+
'Ok, if I had to choose one language, it would be:'),
336337
name: 'languages_choice',
337338
initialValue: 'Dart',
338339
options: const [

0 commit comments

Comments
 (0)