Skip to content

Commit 2c08c35

Browse files
committed
Fixed alphabetize_by_type_test.dart
1 parent 7d16f54 commit 2c08c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint_test/alphabetize_by_type_test/alphabetize_by_type_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/// alphabetical-by-type option enabled
77
88
class CorrectAlphabeticalByTypeClass {
9-
final int a = 1;
109
final double e = 1;
10+
final int a = 1;
1111
}
1212

1313
class WrongAlphabeticalByTypeClass {

0 commit comments

Comments
 (0)