Skip to content

Commit 3212357

Browse files
authored
Dart format
1 parent a3a263c commit 3212357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dwds/test/instances/common/patterns_inspection_common.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ void runTests({
100100
'obj': matchListInstance(type: 'Object'),
101101
// Renamed to avoid shadowing variables from previous case.
102102
'a\$': matchPrimitiveInstance(kind: InstanceKind.kString, value: 'b'),
103-
'n\$': matchPrimitiveInstance(kind: InstanceKind.kDouble, value: 3.14),
103+
'n\$':
104+
matchPrimitiveInstance(kind: InstanceKind.kDouble, value: 3.14),
104105
});
105106
});
106107
});

0 commit comments

Comments
 (0)