Skip to content

Commit 57f85f0

Browse files
committed
Format
1 parent 63b8170 commit 57f85f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ linter:
1111
always_specify_types: true
1212
omit_local_variable_types: false
1313
public_member_api_docs: true
14-
directives_ordering: true
14+
directives_ordering: true
15+

test/src/datetime/date_range_validator_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:faker_dart/faker_dart.dart';
22
import 'package:flutter_test/flutter_test.dart';
3-
import 'package:intl/date_symbol_data_local.dart';
43
import 'package:form_builder_validators/form_builder_validators.dart';
4+
import 'package:intl/date_symbol_data_local.dart';
55

66
void main() {
77
final Faker faker = Faker.instance;

0 commit comments

Comments
 (0)