Skip to content

Commit

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

0 comments on commit e266157

Please sign in to comment.