| Index: pkg/intl/test/date_time_format_test_stub.dart
|
| diff --git a/pkg/intl/test/date_time_format_test_stub.dart b/pkg/intl/test/date_time_format_test_stub.dart
|
| index 0a705355035fbc127a4816b9ba1e65135ebd9b99..4b75747feb516e2e5bf2abc80e891db18f3ba449 100644
|
| --- a/pkg/intl/test/date_time_format_test_stub.dart
|
| +++ b/pkg/intl/test/date_time_format_test_stub.dart
|
| @@ -31,7 +31,7 @@ List<String> oddLocales() {
|
| * Return a set of a few locales to run just the tests on a small sample.
|
| */
|
| List smallSetOfLocales() {
|
| - return allLocales().sublist(0,10);
|
| + return allLocales().sublist(0, 10);
|
| }
|
|
|
| /**
|
| @@ -52,7 +52,7 @@ void runWith(TestListFunc getSubset, String dir,
|
| bool initialized = false;
|
|
|
| setUp(() {
|
| - if(initialized) {
|
| + if (initialized) {
|
| return null;
|
| }
|
| return initFunction("en_US", dir)
|
|
|