Skip to content

Commit 6faf192

Browse files
committed
Format
1 parent 03bc2ed commit 6faf192

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import 'package:mockito/mockito.dart';
2222
typedef Location = ({TextDocument document, CursorPosition position});
2323
typedef LocationToArgsResult = Map<Location, EditableArgumentsResult>;
2424

25-
void main() {
25+
void main() {g
2626
final eventController = StreamController<ActiveLocationChangedEvent>();
2727
final eventStream = eventController.stream;
2828

@@ -1276,7 +1276,6 @@ The x and y values of the Alignment control the horizontal and vertical
12761276
alignment, respectively.
12771277
''';
12781278

1279-
12801279
final result2 = EditableArgumentsResult(
12811280
name: widgetName,
12821281
args: [softWrapProperty, alignProperty],

0 commit comments

Comments
 (0)