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]; |
} |