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

Unified Diff: lib/src/nesting_builder.dart

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. Created 5 years, 5 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 | « lib/src/nesting.dart ('k') | lib/src/nesting_level.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/nesting_builder.dart
diff --git a/lib/src/nesting_builder.dart b/lib/src/nesting_builder.dart
index fe4fcc420b1775d9806c884accd99cd12124d21d..095f247bfc72b3fa66a0a2f7f14b778d535ab62c 100644
--- a/lib/src/nesting_builder.dart
+++ b/lib/src/nesting_builder.dart
@@ -1,10 +1,10 @@
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library dart_style.src.nesting_builder;
-import 'nesting.dart';
+import 'nesting_level.dart';
import 'whitespace.dart';
/// Keeps track of expression nesting while the source code is being visited
« no previous file with comments | « lib/src/nesting.dart ('k') | lib/src/nesting_level.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698