| Index: pkg/intl/example/basic/basic_example.dart
|
| diff --git a/pkg/intl/example/basic/basic_example.dart b/pkg/intl/example/basic/basic_example.dart
|
| index 41a63a0727a384169d7eb6c76c2284e9ba8b18d2..4a8c5c342d4fe44dd7181e1d4b341f8b0a8df66d 100644
|
| --- a/pkg/intl/example/basic/basic_example.dart
|
| +++ b/pkg/intl/example/basic/basic_example.dart
|
| @@ -69,5 +69,5 @@ printForLocale(aDate, intl, operation) {
|
| var dayFormat = intl.date().add_yMMMMEEEEd();
|
| var time = hmsFormat.format(aDate);
|
| var day = dayFormat.format(aDate);
|
| - Intl.withLocale(intl.locale, () => doThisWithTheOutput(operation(time,day)));
|
| + Intl.withLocale(intl.locale, () => doThisWithTheOutput(operation(time, day)));
|
| }
|
|
|