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

Unified Diff: lib/src/line_writer.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 | « lib/src/line_splitting/solve_state_queue.dart ('k') | lib/src/rule_set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/line_writer.dart
diff --git a/lib/src/line_writer.dart b/lib/src/line_writer.dart
index 29c536eba306935288c141d3440e52bb3835bd16..055892ea0b251639921cc77b7391411a96a5e421 100644
--- a/lib/src/line_writer.dart
+++ b/lib/src/line_writer.dart
@@ -7,7 +7,7 @@ library dart_style.src.line_writer;
import 'chunk.dart';
import 'dart_formatter.dart';
import 'debug.dart' as debug;
-import 'line_splitter.dart';
+import 'line_splitting/line_splitter.dart';
import 'whitespace.dart';
/// Given a series of chunks, splits them into lines and writes the result to
« no previous file with comments | « lib/src/line_splitting/solve_state_queue.dart ('k') | lib/src/rule_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698