From b36dda7e557a5921752364cbaf1cd1d7e63cf55c Mon Sep 17 00:00:00 2001 From: Jessy Yameogo Date: Tue, 28 Jan 2025 11:32:24 -0500 Subject: [PATCH] formatted lib/src/debugging/inspector.dart --- dwds/lib/src/debugging/inspector.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dwds/lib/src/debugging/inspector.dart b/dwds/lib/src/debugging/inspector.dart index 63046c13c..a2209ca13 100644 --- a/dwds/lib/src/debugging/inspector.dart +++ b/dwds/lib/src/debugging/inspector.dart @@ -277,11 +277,9 @@ class AppInspector implements AppInspectorInterface { @override Future invoke( String targetId, - String selector, - [ + String selector, [ List arguments = const [], - ] - ) async { + ]) async { final remoteArguments = arguments.cast().map(remoteObjectFor).toList(); // We special case the Dart library, where invokeMethod won't work because