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

Unified Diff: pkg/front_end/lib/src/fasta/util/link_implementation.dart

Issue 2718113003: Run dartfmt on pkg/front_end/lib. (Closed)
Patch Set: Rerun after merging. Created 3 years, 10 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 | « pkg/front_end/lib/src/fasta/util/link.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « pkg/front_end/lib/src/fasta/util/link.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698