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

Unified Diff: lib/src/debug.dart

Issue 1182953003: Eat some dogfood! (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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: lib/src/debug.dart
diff --git a/lib/src/debug.dart b/lib/src/debug.dart
index 8b5b884dacc6efad14157192f395e022456da30f..b175f79ee120a9cf3e1905fe75149494d864151f 100644
--- a/lib/src/debug.dart
+++ b/lib/src/debug.dart
@@ -128,8 +128,7 @@ void dumpChunks(int start, List<Chunk> chunks) {
writeIf(chunk.nesting != null && chunk.nesting != 0,
() => "nest ${chunk.nesting}");
- writeIf(chunk.flushLeft != null && chunk.flushLeft,
- () => "flush");
+ writeIf(chunk.flushLeft != null && chunk.flushLeft, () => "flush");
rows.add(row);

Powered by Google App Engine
This is Rietveld 408576698