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

Unified Diff: pkg/compiler/lib/src/inferrer/debug.dart

Issue 2767723003: Fix compiler formatter errors. (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/compiler/lib/src/inferrer/node_tracer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/inferrer/debug.dart
diff --git a/pkg/compiler/lib/src/inferrer/debug.dart b/pkg/compiler/lib/src/inferrer/debug.dart
index 6c3dec37045cf638910eb9080e6c8690e745c2a3..def9a7de8064a626e66a71de8f599cb8ec41cba1 100644
--- a/pkg/compiler/lib/src/inferrer/debug.dart
+++ b/pkg/compiler/lib/src/inferrer/debug.dart
@@ -9,4 +9,4 @@ const bool VERBOSE = false;
const bool PRINT_SUMMARY = false;
const bool ANOMALY_WARN = false;
bool PRINT_GRAPH = false;
-bool PRINT_GRAPH_ALL_NODES = false; // Include useless nodes?
+bool PRINT_GRAPH_ALL_NODES = false; // Include useless nodes?
« no previous file with comments | « no previous file | pkg/compiler/lib/src/inferrer/node_tracer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698