| Index: samples/sample_extension/sample_asynchronous_extension.dart
|
| diff --git a/samples/sample_extension/sample_asynchronous_extension.dart b/samples/sample_extension/sample_asynchronous_extension.dart
|
| index b832ebdf440cfc3ab086dbc12294098d152ad81a..1cdbe465b21635200a15e093aff3988f6156d18d 100644
|
| --- a/samples/sample_extension/sample_asynchronous_extension.dart
|
| +++ b/samples/sample_extension/sample_asynchronous_extension.dart
|
| @@ -23,7 +23,7 @@ class RandomArray {
|
| });
|
| }
|
|
|
| - SendPort get _servicePort() {
|
| + SendPort get _servicePort {
|
| if (_port == null) {
|
| _port = _newServicePort();
|
| }
|
|
|