| Index: pkg/intl/example/basic/messages_th_th.dart
|
| diff --git a/pkg/intl/example/basic/messages_th_th.dart b/pkg/intl/example/basic/messages_th_th.dart
|
| index 59c98dc316baf2f852ea822e9bc31013c1b4d881..5d3813ecc48c5515c98d29151ebe890af670916a 100644
|
| --- a/pkg/intl/example/basic/messages_th_th.dart
|
| +++ b/pkg/intl/example/basic/messages_th_th.dart
|
| @@ -18,6 +18,6 @@ class MessageLookup extends MessageLookupByLibrary {
|
| get localeName => 'th_TH';
|
|
|
| final messages = {
|
| - "runAt" : (time, day) => Intl.message('วิ่ง $time on $day.')
|
| + "runAt": (time, day) => Intl.message('วิ่ง $time on $day.')
|
| };
|
| -}
|
| +}
|
|
|