Skip to content

Commit 5812fd4

Browse files
committed
Alphabetize
1 parent 0ed3742 commit 5812fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/lib/src/shared/editor/api_classes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ abstract class Field {
9898
static const devices = 'devices';
9999
static const displayValue = 'displayValue';
100100
static const documentation = 'documentation';
101-
static const end = 'end';
102101
static const emulator = 'emulator';
103102
static const emulatorId = 'emulatorId';
103+
static const end = 'end';
104104
static const ephemeral = 'ephemeral';
105105
static const errorText = 'errorText';
106106
static const flutterDeviceId = 'flutterDeviceId';

0 commit comments

Comments
 (0)