Skip to content

Commit 3afd6f2

Browse files
chore: dart format and fix
1 parent 819803b commit 3afd6f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/src/fields/form_builder_checkbox_group_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ void main() {
181181
await tester.pumpWidget(
182182
buildTestableFieldWidget(
183183
testWidget,
184-
initialValue: const {fieldName: [1, 3]},
184+
initialValue: const {
185+
fieldName: [1, 3],
186+
},
185187
),
186188
);
187189

0 commit comments

Comments
 (0)