Skip to content

Commit 2406379

Browse files
committed
Formatting?
1 parent 6d27975 commit 2406379

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dwds/lib/src/debugging/instance.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,8 @@ class InstanceHelper extends Domain {
268268
objectId,
269269
offset: offset,
270270
count: count,
271-
length: metaData.kind != InstanceKind.kPlainInstance
272-
? metaData.length
273-
: null,
271+
length:
272+
metaData.kind != InstanceKind.kPlainInstance ? metaData.length : null,
274273
);
275274

276275
final dartProperties = await _dartFieldsFor(properties, remoteObject);

0 commit comments

Comments
 (0)