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

Unified Diff: samples/swarm/BiIterator.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/swarm/App.dart ('k') | samples/swarm/DataSource.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/BiIterator.dart
diff --git a/samples/swarm/BiIterator.dart b/samples/swarm/BiIterator.dart
index 769456a32706b7e0fc276089df7fa54220f57888..043ff2c0038224aae7853b7e2a362246ccc93228 100644
--- a/samples/swarm/BiIterator.dart
+++ b/samples/swarm/BiIterator.dart
@@ -37,7 +37,7 @@ class BiIterator<E> {
* Returns the current Section (page in the UI) that the user is
* looking at.
*/
- E get current() {
+ E get current {
return list[currentIndex.value];
}
« no previous file with comments | « samples/swarm/App.dart ('k') | samples/swarm/DataSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698