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

Unified Diff: lib/src/line_splitting/rule_set.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/line_splitter.dart ('k') | lib/src/line_splitting/solve_state.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/line_splitting/rule_set.dart
diff --git a/lib/src/rule_set.dart b/lib/src/line_splitting/rule_set.dart
similarity index 98%
rename from lib/src/rule_set.dart
rename to lib/src/line_splitting/rule_set.dart
index 362fad186436ccb0b9b9c3e3e7af8a806c29b000..709b3739e671db0c1e2188e14ddd551ca5e82eb7 100644
--- a/lib/src/rule_set.dart
+++ b/lib/src/line_splitting/rule_set.dart
@@ -2,9 +2,9 @@
// 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.rule_set;
+library dart_style.src.line_splitting.rule_set;
-import 'rule/rule.dart';
+import '../rule/rule.dart';
/// An optimized data structure for storing a set of values for some rules.
///
« no previous file with comments | « lib/src/line_splitting/line_splitter.dart ('k') | lib/src/line_splitting/solve_state.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698