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

Unified Diff: packages/dart_style/lib/src/whitespace.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/dart_style/lib/src/source_visitor.dart ('k') | packages/dart_style/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/lib/src/whitespace.dart
diff --git a/packages/dart_style/lib/src/whitespace.dart b/packages/dart_style/lib/src/whitespace.dart
index 481f498d4db311ff80f8a99d4582d9552e5ac75d..b217fa12373665ff57046e59edcc1cb57b089924 100644
--- a/packages/dart_style/lib/src/whitespace.dart
+++ b/packages/dart_style/lib/src/whitespace.dart
@@ -17,18 +17,6 @@ class Indent {
/// The ":" on a wrapped constructor initialization list.
static const constructorInitializer = 4;
-
- /// The indentation for subsequent variables when a for loop defines multiple
- /// variables that wrap, like:
- ///
- /// for (var a = initializer,
- /// b = another,
- /// c = third;
- /// a + b + c < 100;
- /// a++) {
- /// ...
- /// }
- static const loopVariable = 8;
}
/// The kind of pending whitespace that has been "written", but not actually
« no previous file with comments | « packages/dart_style/lib/src/source_visitor.dart ('k') | packages/dart_style/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698