Skip to content

Commit bd438ec

Browse files
committed
chore(core): run flutter format
1 parent 8ccb508 commit bd438ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_form_builder/lib/src/form_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class FormBuilderState extends State<FormBuilder> {
136136
setState(() {});
137137
}
138138
}
139+
139140
bool get isValid =>
140141
fields.values.where((element) => !element.isValid).isEmpty;
141142

0 commit comments

Comments
 (0)