Skip to content

Commit 757d874

Browse files
committed
flutter formart(ed) files according to pub.dartlang suggestions
1 parent 2eec1ad commit 757d874

File tree

3 files changed

+85
-38
lines changed

3 files changed

+85
-38
lines changed

.idea/workspace.xml

Lines changed: 83 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/form_builder_input.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ class FormBuilderInput {
139139
}) {
140140
type = FormBuilderInput.TYPE_TIME_PICKER;
141141
}
142-
}
142+
}

lib/src/form_builder_input_option.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ class FormBuilderInputOption {
55
dynamic value;
66

77
FormBuilderInputOption({this.label, @required this.value});
8-
}
8+
}

0 commit comments

Comments
 (0)