Index: pkg/front_end/lib/src/fasta/util/link_implementation.dart |
diff --git a/pkg/front_end/lib/src/fasta/util/link_implementation.dart b/pkg/front_end/lib/src/fasta/util/link_implementation.dart |
index c2773bb207177dfa05bbdef4ad4f3af7da5f6d08..b76c98ffcc422da9586608e3cb00cc8d6bcdaffa 100644 |
--- a/pkg/front_end/lib/src/fasta/util/link_implementation.dart |
+++ b/pkg/front_end/lib/src/fasta/util/link_implementation.dart |
@@ -4,12 +4,9 @@ |
library fasta.util.link_implementation; |
-import 'dart:collection' show |
- IterableBase; |
+import 'dart:collection' show IterableBase; |
-import 'link.dart' show |
- Link, |
- LinkBuilder; |
+import 'link.dart' show Link, LinkBuilder; |
class LinkIterator<T> implements Iterator<T> { |
T _current; |