Skip to content

Commit

Permalink
Dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
biggs0125 authored Dec 13, 2024
1 parent a3a263c commit 3212357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dwds/test/instances/common/patterns_inspection_common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ void runTests({
'obj': matchListInstance(type: 'Object'),
// Renamed to avoid shadowing variables from previous case.
'a\$': matchPrimitiveInstance(kind: InstanceKind.kString, value: 'b'),
'n\$': matchPrimitiveInstance(kind: InstanceKind.kDouble, value: 3.14),
'n\$':
matchPrimitiveInstance(kind: InstanceKind.kDouble, value: 3.14),
});
});
});
Expand Down

0 comments on commit 3212357

Please sign in to comment.