Skip to content

Commit bd8a5d9

Browse files
committed
removed duplicate import
1 parent 6ad5438 commit bd8a5d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dwds/lib/src/debugging/inspector.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import 'package:dwds/src/debugging/libraries.dart';
1515
import 'package:dwds/src/debugging/location.dart';
1616
import 'package:dwds/src/debugging/remote_debugger.dart';
1717
import 'package:dwds/src/loaders/ddc_library_bundle.dart';
18-
import 'package:dwds/src/loaders/ddc_library_bundle.dart';
1918
import 'package:dwds/src/readers/asset_reader.dart';
2019
import 'package:dwds/src/utilities/conversions.dart';
2120
import 'package:dwds/src/utilities/dart_uri.dart';
@@ -361,11 +360,9 @@ class AppInspector implements AppInspectorInterface {
361360
/// library bundle strategy with the given optional [arguments].
362361
Future<RemoteObject> _evaluateLibraryMethodWithDdcLibraryBundle(
363362
String libraryUri,
364-
String methodName,
365-
[
363+
String methodName, [
366364
List<RemoteObject> arguments = const [],
367-
]
368-
) {
365+
]) {
369366
final expression = globalToolConfiguration.loadStrategy.dartRuntimeDebugger
370367
.callLibraryMethodJsExpression(libraryUri, methodName);
371368
return _jsCallFunction(expression, arguments);

0 commit comments

Comments
 (0)