We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bc2ed commit 6faf192Copy full SHA for 6faf192
1 file changed
packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart
@@ -22,7 +22,7 @@ import 'package:mockito/mockito.dart';
22
typedef Location = ({TextDocument document, CursorPosition position});
23
typedef LocationToArgsResult = Map<Location, EditableArgumentsResult>;
24
25
-void main() {
+void main() {g
26
final eventController = StreamController<ActiveLocationChangedEvent>();
27
final eventStream = eventController.stream;
28
@@ -1276,7 +1276,6 @@ The x and y values of the Alignment control the horizontal and vertical
1276
alignment, respectively.
1277
''';
1278
1279
-
1280
final result2 = EditableArgumentsResult(
1281
name: widgetName,
1282
args: [softWrapProperty, alignProperty],
0 commit comments