Skip to content

Commit ec00125

Browse files
committed
Format
1 parent 42ca441 commit ec00125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/form_field_validator_extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ extension FormFieldValidatorExtensions<T> on FormFieldValidator<T> {
1616
FormFieldValidator<T> when(bool Function(T value) condition) {
1717
return FormBuilderValidators.conditional(condition, this);
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)