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

Unified Diff: lib/src/chunk.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/chunk.dart
diff --git a/lib/src/chunk.dart b/lib/src/chunk.dart
index ea6378d5e3251fe2b3374b490103e35ccd0a6818..f6e601f9652ef9a6ec05bb4b20dd27949b8dcd5c 100644
--- a/lib/src/chunk.dart
+++ b/lib/src/chunk.dart
@@ -146,6 +146,7 @@ class Chunk extends Selection {
assert(_canDivide != null);
return _canDivide;
}
+
bool _canDivide;
/// The number of characters in this chunk when unsplit.

Powered by Google App Engine
This is Rietveld 408576698