Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: samples/sample_extension/sample_asynchronous_extension.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/markdown/inline_parser.dart ('k') | samples/spirodraw/ColorPicker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « samples/markdown/inline_parser.dart ('k') | samples/spirodraw/ColorPicker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698