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; |