Unverified Commit f0524d54 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

remove unnecessary null check (#99507)

parent bf6fcee1
......@@ -1419,7 +1419,7 @@ mixin WidgetInspectorService {
final Uri uri = Uri.parse(activeDevToolsServerAddress!).replace(
queryParameters: <String, dynamic>{
'uri': connectedVmServiceUri!,
'uri': connectedVmServiceUri,
'inspectorRef': inspectorRef,
},
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment