Skip to content

Commit b36dda7

Browse files
committed
formatted lib/src/debugging/inspector.dart
1 parent b082d6a commit b36dda7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dwds/lib/src/debugging/inspector.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,9 @@ class AppInspector implements AppInspectorInterface {
277277
@override
278278
Future<RemoteObject> invoke(
279279
String targetId,
280-
String selector,
281-
[
280+
String selector, [
282281
List<dynamic> arguments = const [],
283-
]
284-
) async {
282+
]) async {
285283
final remoteArguments =
286284
arguments.cast<String>().map(remoteObjectFor).toList();
287285
// We special case the Dart library, where invokeMethod won't work because

0 commit comments

Comments
 (0)