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

Unified Diff: lib/src/debug.dart

Issue 1257903002: Optimize splitting long, complex lines. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: 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 | « benchmark/after.dart.txt ('k') | lib/src/line_splitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/debug.dart
diff --git a/lib/src/debug.dart b/lib/src/debug.dart
index 08c18f2b55d4d7bbff962e25e59a80231aa003b7..47ca7fe41cbf7d1e0d82a582cd69006e4e826733 100644
--- a/lib/src/debug.dart
+++ b/lib/src/debug.dart
@@ -8,8 +8,8 @@ library dart_style.src.debug;
import 'dart:math' as math;
import 'chunk.dart';
+import 'line_splitting/rule_set.dart';
import 'rule/rule.dart';
-import 'rule_set.dart';
/// Set this to `true` to turn on diagnostic output while building chunks.
bool traceChunkBuilder = false;
« no previous file with comments | « benchmark/after.dart.txt ('k') | lib/src/line_splitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698