Skip to content

Commit b3dbbfd

Browse files
committed
🎨 formatted file
1 parent 7653fa1 commit b3dbbfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/util/test_value_helpers.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ void mapTests(
88
dynamic Function(Iterable<dynamic>) body,
99
) {
1010
for (final ValueWithTestOptions value in values) {
11-
1211
value.testOptions.test(value.description, () {
1312
validityCheck(value, length);
1413
return body(value.value);

0 commit comments

Comments
 (0)