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

Unified Diff: pkg/compiler/lib/src/library_loader.dart

Issue 2007353002: run dartfmt on dart2js (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
Index: pkg/compiler/lib/src/library_loader.dart
diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart
index 41a47a16a39351c1b8ce5f1627b771ba5010302d..2df480edf34e5b481538cd5cb3850320f3e05e26 100644
--- a/pkg/compiler/lib/src/library_loader.dart
+++ b/pkg/compiler/lib/src/library_loader.dart
@@ -365,9 +365,9 @@ class _LibraryLoaderTask extends CompilerTask implements LibraryLoaderTask {
}
}
- List<Future<LibraryElement>> reusedLibrariesFuture =
- measureSubtask(_reuseLibrarySubtaskName,
- () => libraryCanonicalUriMap.values.map(wrapper).toList());
+ List<Future<LibraryElement>> reusedLibrariesFuture = measureSubtask(
+ _reuseLibrarySubtaskName,
+ () => libraryCanonicalUriMap.values.map(wrapper).toList());
return Future
.wait(reusedLibrariesFuture)
« pkg/compiler/lib/src/deferred_load.dart ('K') | « pkg/compiler/lib/src/deferred_load.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698