Skip to content

Commit

Permalink
formatted lib/src/debugging/inspector.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jyameo committed Jan 28, 2025
1 parent b082d6a commit b36dda7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dwds/lib/src/debugging/inspector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,9 @@ class AppInspector implements AppInspectorInterface {
@override
Future<RemoteObject> invoke(
String targetId,
String selector,
[
String selector, [
List<dynamic> arguments = const [],
]
) async {
]) async {
final remoteArguments =
arguments.cast<String>().map(remoteObjectFor).toList();
// We special case the Dart library, where invokeMethod won't work because
Expand Down

0 comments on commit b36dda7

Please sign in to comment.