Skip to content

Commit b23b9ed

Browse files
committed
Format
1 parent 6ddcac4 commit b23b9ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/src/form_builder_validators.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,11 @@ class FormBuilderValidators {
323323
compose<String>(
324324
[
325325
minLength(3,
326-
errorText: errorText ?? FormBuilderLocalizations.current.creditCardCVCErrorText),
326+
errorText: errorText ??
327+
FormBuilderLocalizations.current.creditCardCVCErrorText),
327328
maxLength(4,
328-
errorText: errorText ?? FormBuilderLocalizations.current.creditCardCVCErrorText),
329+
errorText: errorText ??
330+
FormBuilderLocalizations.current.creditCardCVCErrorText),
329331
],
330332
);
331333

0 commit comments

Comments
 (0)