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

Unified Diff: pkg/analyzer/lib/src/dart/analysis/driver.dart

Issue 2466703002: Get code to format from 'overlayState' or from the Source. (Closed)
Patch Set: Created 4 years, 1 month 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/analysis_server/lib/src/edit/edit_domain.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/analysis/driver.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart
index 20e6958ba1378466092e4fb86e5347b1b328cd7d..0663810e4ab71716e65ec3ec45e8a8d5fcf189f0 100644
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -846,7 +846,7 @@ class PerformanceLog {
*/
void writeln(String msg) {
String indent = '\t' * _level;
- sink.writeln('$indent$msg');
+// sink.writeln('$indent$msg');
Brian Wilkerson 2016/10/31 20:17:23 I don't understand this change. Why are we not wri
scheglov 2016/10/31 20:42:38 I forgot to roll this change back.
}
}
« no previous file with comments | « pkg/analysis_server/lib/src/edit/edit_domain.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698