Skip to content

Commit 4d8acf0

Browse files
committed
Dart format 2
1 parent 3212357 commit 4d8acf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/instances/common/patterns_inspection_common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ 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\$':
103+
'n\$':
104104
matchPrimitiveInstance(kind: InstanceKind.kDouble, value: 3.14),
105105
});
106106
});

0 commit comments

Comments
 (0)