We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321422 commit 84400b9Copy full SHA for 84400b9
lib/src/line_number_cache.dart
@@ -1,7 +1,7 @@
1
library dartdoc.cache;
2
3
-import 'dart:io';
4
import 'dart:collection';
+import 'dart:io';
5
6
String _getNewlineChar(String contents) {
7
if (contents.contains("\r\n")) {
0 commit comments