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

Unified Diff: pkg/kernel/lib/target/vm.dart

Issue 2747113004: Run dartfmt on kernel package (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | pkg/kernel/lib/transformations/closure/context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/target/vm.dart
diff --git a/pkg/kernel/lib/target/vm.dart b/pkg/kernel/lib/target/vm.dart
index ed225449dd95610b8939b2bdcce16e0e4366092d..ccb1e522ac61988f9db9c95784ec0142b4411a87 100644
--- a/pkg/kernel/lib/target/vm.dart
+++ b/pkg/kernel/lib/target/vm.dart
@@ -92,10 +92,10 @@ class VmTarget extends Target {
void performTreeShaking(Program program) {
var coreTypes = new CoreTypes(program);
new TreeShaker(program,
- hierarchy: _hierarchy,
- coreTypes: coreTypes,
- strongMode: strongMode,
- programRoots: flags.programRoots)
+ hierarchy: _hierarchy,
+ coreTypes: coreTypes,
+ strongMode: strongMode,
+ programRoots: flags.programRoots)
.transform(program);
_hierarchy = null; // Hierarchy must be recomputed.
}
« no previous file with comments | « no previous file | pkg/kernel/lib/transformations/closure/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698