Skip to content

Commit

Permalink
Formatting?
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi committed Aug 28, 2024
1 parent 6d27975 commit 2406379
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dwds/lib/src/debugging/instance.dart
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,8 @@ class InstanceHelper extends Domain {
objectId,
offset: offset,
count: count,
length: metaData.kind != InstanceKind.kPlainInstance
? metaData.length
: null,
length:
metaData.kind != InstanceKind.kPlainInstance ? metaData.length : null,
);

final dartProperties = await _dartFieldsFor(properties, remoteObject);
Expand Down

0 comments on commit 2406379

Please sign in to comment.